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