From d1b695bba3c733b2e0abc813d5b02c8a4d80a15f Mon Sep 17 00:00:00 2001 From: Thomas J Fan Date: Thu, 27 Feb 2020 09:36:13 -0500 Subject: [PATCH] MNT Fix autolabeler --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 65ea75b1e7ad5..d60fa0c1f10c0 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,7 +6,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: thomasjpfan/labeler@master + - uses: thomasjpfan/labeler@v2.2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" max-labels: '3'