From 1be1ed12360f46fdb5d201de7e1a4df788d9a091 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 25 May 2021 12:45:40 -0700 Subject: [PATCH] [action] labeler to v3 and use default config path location --- .github/needs-triage-labeler.yml | 2 -- .github/workflows/labeler.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .github/needs-triage-labeler.yml 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