From b0f6f72f3a86f0bf129bb571cea722aa8d940261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 10:52:46 -0400 Subject: [PATCH] Bump andymckay/labeler from 1.0.2 to 1.0.3 (#11160) Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](https://github.com/andymckay/labeler/compare/1.0.2...1.0.3) --- 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/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 8d616b43e..1498db605 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add track-internal - uses: andymckay/labeler@1.0.2 + uses: andymckay/labeler@1.0.3 if: github.event.issue.pull_request == null with: repo-token: ${{ secrets.Github_Token }}