From 41bee8bd2c32ee35965250aace3006847bede8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 11:03:02 +0000 Subject: [PATCH] Bump m-kuhn/backport from 1.2.3 to 1.2.4 Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: m-kuhn/backport 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 adfb6f4ea43a..b15eaf9e3909 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.3 + uses: m-kuhn/backport@v1.2.4 with: github_token: ${{ secrets.GH_TOKEN_BOT }}