We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0b1de0 + 8464f92 commit 083fd05Copy full SHA for 083fd05
.github/workflows/cd.yml
@@ -13,7 +13,7 @@ jobs:
13
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy')
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: mondeja/remove-labels-gh-action@v1
+ - uses: mondeja/remove-labels-gh-action@v2
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
labels: |
0 commit comments