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 a77523d commit d10f443Copy full SHA for d10f443
.github/workflows/update-screenshot.yml
@@ -5,7 +5,7 @@ on:
5
jobs:
6
update-screenshots:
7
name: Update Screenshot
8
- # if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
+ if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
9
runs-on: ubuntu-latest
10
permissions:
11
contents: write
0 commit comments