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 1a17236 commit 0f1c793Copy full SHA for 0f1c793
.github/workflows/auto-merge-on-demand.yml
@@ -18,7 +18,7 @@ jobs:
18
gather-pull-requests:
19
if: |
20
github.repository_owner == 'sclorg'
21
- || (contains(github.event.comment.body, '/auto-merge-on-demand')
+ || (contains(github.event.comment.body, '/auto-merge')
22
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
23
runs-on: ubuntu-latest
24
0 commit comments