Skip to content

Commit

Permalink
⬆️ Update klaasnicolaas/action-pr-labels action to v2 (#512)
Browse files Browse the repository at this point in the history
* ⬆️ Update klaasnicolaas/action-pr-labels action to v2

* Remove optional parameters for pr labels action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Klaas Schoute <[email protected]>
  • Loading branch information
renovate[bot] and klaasnicolaas authored Jun 29, 2024
1 parent c1958f9 commit 0629033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: klaasnicolaas/action-pr-labels@v1.0.0
uses: klaasnicolaas/action-pr-labels@v2.0.0
with:
pr-number: ${{ github.event.pull_request.number }}
github-token: ${{ secrets.GITHUB_TOKEN }}
valid-labels: >-
breaking-change, bugfix, documentation, enhancement,
refactor, performance, new-feature, maintenance, ci, dependencies

0 comments on commit 0629033

Please sign in to comment.