Skip to content

Commit 78abb86

Browse files
committed
ci: auto-merge releases
1 parent 844e2d7 commit 78abb86

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/merge.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ jobs:
1616
if: >
1717
github.event.workflow_run.event == 'pull_request' &&
1818
github.event.workflow_run.conclusion == 'success' &&
19-
github.actor == 'renovate[bot]' && (
20-
startsWith(github.event.workflow_run.head_commit.message, 'deps(deps)')
19+
(
20+
(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+
)
2126
)
2227
steps:
2328
- name: 🙋‍♂️ Request reviewer from @way-finder-bot

0 commit comments

Comments
 (0)