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 745e2ca commit 979ad36Copy full SHA for 979ad36
.github/workflows/update_galata_references.yml
@@ -16,9 +16,9 @@ jobs:
16
update-snapshots:
17
if: >
18
(
19
- github.event.issue.author_association == 'OWNER' ||
20
- github.event.issue.author_association == 'COLLABORATOR' ||
21
- github.event.issue.author_association == 'MEMBER'
+ github.event.comment.author_association == 'OWNER' ||
+ github.event.comment.author_association == 'COLLABORATOR' ||
+ github.event.comment.author_association == 'MEMBER'
22
) && github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots')
23
runs-on: ubuntu-latest
24
0 commit comments