From 66798ece153aa505fd67f7810eb01e23a137f3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 17:10:41 +0000 Subject: [PATCH] Bump joshdales/labeler Bumps [joshdales/labeler](https://github.com/joshdales/labeler) from 7b1327b4c44a8794dfc7573d60637cd60ce4b697 to 3352df1f2b0ef052cea774a5eaff917ea700a1b4. - [Commits](https://github.com/joshdales/labeler/compare/7b1327b4c44a8794dfc7573d60637cd60ce4b697...3352df1f2b0ef052cea774a5eaff917ea700a1b4) --- 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 608cd83339..72b93b5e96 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@7b1327b4c44a8794dfc7573d60637cd60ce4b697 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler + - uses: joshdales/labeler@3352df1f2b0ef052cea774a5eaff917ea700a1b4 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"