Skip to content

Commit f626bdd

Browse files
authored
Merge pull request #39 from wayofdev/feat/auto-merge
2 parents 810b96e + 5f3c211 commit f626bdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auto-merge-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
on: # yamllint disable-line rule:truthy
66
pull_request:
7-
branches:
8-
- 'release-please--*'
97

108
permissions:
119
pull-requests: write
@@ -15,7 +13,7 @@ name: 🤞 Auto merge release
1513

1614
jobs:
1715
auto-merge:
18-
if: github.actor == 'lotyp'
16+
if: github.actor == 'lotyp' && startsWith(github.head_ref, 'release-please--')
1917
runs-on: ubuntu-latest
2018
steps:
2119
- name: 🤞 Auto-merge pull request

0 commit comments

Comments
 (0)