From 59f6eef105365c9c027bda0a1abdf1764aaabf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:25:33 +0000 Subject: [PATCH] Bump m-kuhn/backport from 1.2.7 to 1.2.8 Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: m-kuhn/backport dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4bc6f22f071..102269e8bba 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -13,6 +13,6 @@ jobs: - name: Backport Bot id: backport if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) ) - uses: m-kuhn/backport@v1.2.7 + uses: m-kuhn/backport@v1.2.8 with: github_token: ${{ secrets.GITHUB_TOKEN }}