From f96c3dc702068ab04b73c6d70f5668c0f77c384a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:01:17 +0000 Subject: [PATCH] Bump m-kuhn/backport from 1.1.1 to 1.2.7 Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.1.1 to 1.2.7. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/v1.1.1...v1.2.7) --- updated-dependencies: - dependency-name: m-kuhn/backport dependency-type: direct:production update-type: version-update:semver-minor ... 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 3e5f0215290a..b9c9bce3f0b0 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.1.1 + uses: m-kuhn/backport@v1.2.7 with: github_token: ${{ secrets.GITHUB_TOKEN }}