From 723976be58dd9d18ee58924f16e0df295903622d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 08:43:14 +0000 Subject: [PATCH] Bump andymckay/labeler from 1.0 to 1.0.2 Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0 to 1.0.2. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](https://github.com/andymckay/labeler/compare/1.0...5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414) Signed-off-by: dependabot[bot] --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 53d5f6b87..698ce6efe 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -8,7 +8,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: andymckay/labeler@1.0 + - uses: andymckay/labeler@1.0.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" labels: "Status: Triage"