diff --git a/.github/needs-triage-labeler.yml b/.github/needs-triage-labeler.yml deleted file mode 100644 index 4f507a77..00000000 --- a/.github/needs-triage-labeler.yml +++ /dev/null @@ -1,2 +0,0 @@ -needs triage: -- "**" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9311145c..f0011406 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,7 +8,7 @@ jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/needs-triage-labeler.yml