diff --git a/.github/workflows/pr-labels.yaml b/.github/workflows/pr-labels.yaml index 8cf7d9eb..05beacd8 100644 --- a/.github/workflows/pr-labels.yaml +++ b/.github/workflows/pr-labels.yaml @@ -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