From 0f7178f4a038382fa6e5f17bbad21d21b07c7f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:43:53 -0700 Subject: [PATCH] Bump hramos/label-actions from 1 to 2 (#23492) * Bump hramos/label-actions from 1 to 2 Bumps [hramos/label-actions](https://github.com/hramos/label-actions) from 1 to 2. - [Release notes](https://github.com/hramos/label-actions/releases) - [Commits](https://github.com/hramos/label-actions/compare/v1...v2) --- updated-dependencies: - dependency-name: hramos/label-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * rename --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Gagnon --- .../{label-actions.yml => respond-to-issue-based-on-label.yml} | 0 .github/workflows/on-label.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{label-actions.yml => respond-to-issue-based-on-label.yml} (100%) diff --git a/.github/label-actions.yml b/.github/respond-to-issue-based-on-label.yml similarity index 100% rename from .github/label-actions.yml rename to .github/respond-to-issue-based-on-label.yml diff --git a/.github/workflows/on-label.yml b/.github/workflows/on-label.yml index ba7dafb8aa..50aa86c1e5 100644 --- a/.github/workflows/on-label.yml +++ b/.github/workflows/on-label.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Process Label Action - uses: hramos/label-actions@v1 + uses: hramos/label-actions@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }}