From cf3191c6adf3866c2be98222e7d77058a2f077e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 14:01:28 +0000 Subject: [PATCH] Bump m-kuhn/backport from 1.1.1 to 1.2.3 Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.1.1 to 1.2.3. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/v1.1.1...v1.2.3) --- 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..962e81906550 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.3 with: github_token: ${{ secrets.GITHUB_TOKEN }}