From 024b2d36a5493dd15d3e0ee636260bb91d721f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:10:30 +0000 Subject: [PATCH] rebase: bump Mergifyio/gha-mergify-merge-queue-labels-copier from 1 to 2 Bumps [Mergifyio/gha-mergify-merge-queue-labels-copier](https://github.com/mergifyio/gha-mergify-merge-queue-labels-copier) from 1 to 2. - [Release notes](https://github.com/mergifyio/gha-mergify-merge-queue-labels-copier/releases) - [Commits](https://github.com/mergifyio/gha-mergify-merge-queue-labels-copier/compare/1d2b277f94d52987008ec05b571fb68f2357e63f...00cb4a6fcf7ae385ce1f8a4e72e8aa154f90e3e7) --- updated-dependencies: - dependency-name: Mergifyio/gha-mergify-merge-queue-labels-copier dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mergify-copy-labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mergify-copy-labels.yaml b/.github/workflows/mergify-copy-labels.yaml index dbcdd5c44..cc3d3ac50 100644 --- a/.github/workflows/mergify-copy-labels.yaml +++ b/.github/workflows/mergify-copy-labels.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Copying labels - uses: Mergifyio/gha-mergify-merge-queue-labels-copier@1d2b277f94d52987008ec05b571fb68f2357e63f # main + uses: Mergifyio/gha-mergify-merge-queue-labels-copier@00cb4a6fcf7ae385ce1f8a4e72e8aa154f90e3e7 # main with: additional-labels: 'ok-to-test' token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}