Skip to content

Commit 979ad36

Browse files
authored
CI: check comment author association instead of issue author (#1255)
1 parent 745e2ca commit 979ad36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
update-snapshots:
1717
if: >
1818
(
19-
github.event.issue.author_association == 'OWNER' ||
20-
github.event.issue.author_association == 'COLLABORATOR' ||
21-
github.event.issue.author_association == 'MEMBER'
19+
github.event.comment.author_association == 'OWNER' ||
20+
github.event.comment.author_association == 'COLLABORATOR' ||
21+
github.event.comment.author_association == 'MEMBER'
2222
) && github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots')
2323
runs-on: ubuntu-latest
2424

0 commit comments

Comments
 (0)