From bb4510b21cd415f15a6a6b0e33a91ce5d05395d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:36:13 +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 9c1c0321..b6e87264 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 }} \ No newline at end of file