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 ae78ebf commit 5f3c211Copy full SHA for 5f3c211
.github/workflows/auto-merge-release.yaml
@@ -4,8 +4,6 @@
4
5
on: # yamllint disable-line rule:truthy
6
pull_request:
7
- branches:
8
- - 'release-please--*'
9
10
permissions:
11
pull-requests: write
@@ -15,7 +13,7 @@ name: 🤞 Auto merge release
15
13
16
14
jobs:
17
auto-merge:
18
- if: github.actor == 'lotyp'
+ if: github.actor == 'lotyp' && startsWith(github.head_ref, 'release-please--')
19
runs-on: ubuntu-latest
20
steps:
21
- name: 🤞 Auto-merge pull request
0 commit comments