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.
gh pr edit
1 parent 3a3257b commit 9cf8557Copy full SHA for 9cf8557
.github/workflows/update-screenshots.yml
@@ -36,9 +36,8 @@ jobs:
36
node-version: 25
37
check-latest: true
38
- name: Remove label
39
- uses: actions-ecosystem/action-remove-labels@v1
+ run: gh pr edit --remove-label 'Update Screenshots'
40
with:
41
- labels: 'Update Screenshots'
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
- name: Install dependencies
44
run: npm i
0 commit comments