Skip to content

Commit

Permalink
Merge pull request #3 from coopTilleuls/renovate/mondeja-remove-label…
Browse files Browse the repository at this point in the history
…s-gh-action-2.x

Update mondeja/remove-labels-gh-action action to v2
  • Loading branch information
bcobzh authored Jul 19, 2024
2 parents b0b1de0 + 8464f92 commit 083fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy')
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand Down

0 comments on commit 083fd05

Please sign in to comment.