diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 96c9849b18..57a24e4b2c 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }} steps: - name: 🏷 Verify PR has a valid label - uses: mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5 + uses: mheap/github-action-required-labels@132879b972cb7f2ac593006455875098e73cc7f2 # v5 with: labels: 'breaking-change, bugfix, documentation, enhancement, refactor, performance, new-feature, maintenance, ci, dependencies, translations, changelog-ignore, release' mode: minimum