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 c2ba661 commit 963752fCopy full SHA for 963752f
.github/workflows/update_galata_references.yml
@@ -15,7 +15,12 @@ defaults:
15
jobs:
16
update-reference-screenshots:
17
name: Update Galata References
18
- if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update galata references') }}
+ if: >
19
+ (
20
+ github.event.comment.author_association == 'OWNER' ||
21
+ github.event.comment.author_association == 'COLLABORATOR' ||
22
+ github.event.comment.author_association == 'MEMBER'
23
+ ) && github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots')
24
runs-on: ubuntu-latest
25
26
steps:
0 commit comments