Skip to content

Commit 0f1c793

Browse files
committed
Replace it to /auto-merge
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 1a17236 commit 0f1c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
gather-pull-requests:
1919
if: |
2020
github.repository_owner == 'sclorg'
21-
|| (contains(github.event.comment.body, '/auto-merge-on-demand')
21+
|| (contains(github.event.comment.body, '/auto-merge')
2222
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
2323
runs-on: ubuntu-latest
2424

0 commit comments

Comments
 (0)