From 7d876ea9f2b3d439872b0e140e46d345345c8d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:16:29 +0200 Subject: [PATCH] Bump andymckay/labeler from 1.0.3 to 1.0.4 (#2401) Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](https://github.com/andymckay/labeler/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: andymckay/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 46cbd91b8..3dbcf94b0 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.3 + - uses: andymckay/labeler@1.0.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" add-labels: "Status: Triage"