We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844e2d7 commit 78abb86Copy full SHA for 78abb86
.github/workflows/merge.yml
@@ -16,8 +16,13 @@ jobs:
16
if: >
17
github.event.workflow_run.event == 'pull_request' &&
18
github.event.workflow_run.conclusion == 'success' &&
19
- github.actor == 'renovate[bot]' && (
20
- startsWith(github.event.workflow_run.head_commit.message, 'deps(deps)')
+ (
+ (github.actor == 'renovate[bot]' &&
21
+ startsWith(github.event.workflow_run.head_commit.message, 'deps(deps)')
22
+ ) ||
23
+ (github.actor == 'lotyp' &&
24
+ startsWith(github.head_ref, 'release-please--')
25
+ )
26
)
27
steps:
28
- name: 🙋♂️ Request reviewer from @way-finder-bot
0 commit comments