From d85230dfcf800c22920293f26a84f66177e7ba2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:27:44 +0000 Subject: [PATCH] Bump joshdales/labeler Bumps [joshdales/labeler](https://github.com/joshdales/labeler) from 4c74e8446142eeec7aa182f52ea24306a5479850 to 7b1327b4c44a8794dfc7573d60637cd60ce4b697. - [Release notes](https://github.com/joshdales/labeler/releases) - [Commits](https://github.com/joshdales/labeler/compare/4c74e8446142eeec7aa182f52ea24306a5479850...7b1327b4c44a8794dfc7573d60637cd60ce4b697) --- updated-dependencies: - dependency-name: joshdales/labeler dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 44136051..608cd833 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: joshdales/labeler@4c74e8446142eeec7aa182f52ea24306a5479850 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler + - uses: joshdales/labeler@7b1327b4c44a8794dfc7573d60637cd60ce4b697 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"