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 8b3b5b3 commit 3e125b1Copy full SHA for 3e125b1
.github/workflows/playwright-update.yml
@@ -13,7 +13,10 @@ jobs:
13
(
14
github.event.issue.author_association == 'OWNER' ||
15
github.event.issue.author_association == 'COLLABORATOR' ||
16
- github.event.issue.author_association == 'MEMBER'
+ github.event.issue.author_association == 'MEMBER' ||
17
+ github.event.comment.author_association == 'OWNER' ||
18
+ github.event.comment.author_association == 'COLLABORATOR' ||
19
+ github.event.comment.author_association == 'MEMBER'
20
) && github.event.issue.pull_request && (
21
contains(github.event.comment.body, 'please update playwright snapshots') ||
22
contains(github.event.comment.body, 'please update galata snapshots') ||
0 commit comments