From 7fce836683975f4dcaecea58056ca103a10a231f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:59:22 +0000 Subject: [PATCH] rebase: bump Mergifyio/gha-mergify-merge-queue-labels-copier from 1 to 6 Bumps [Mergifyio/gha-mergify-merge-queue-labels-copier](https://github.com/mergifyio/gha-mergify-merge-queue-labels-copier) from 1 to 6. - [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...afe05531f8d5798ddad25b53dec94c722792f724) --- updated-dependencies: - dependency-name: Mergifyio/gha-mergify-merge-queue-labels-copier dependency-version: '6' 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 68a0150287e..b295f775167 100644 --- a/.github/workflows/mergify-copy-labels.yaml +++ b/.github/workflows/mergify-copy-labels.yaml @@ -18,7 +18,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@afe05531f8d5798ddad25b53dec94c722792f724 # main with: additional-labels: 'ok-to-test' token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}