Bump backport bot to 1.2.0

This commit is contained in:
Matthias Kuhn 2021-04-25 20:23:06 +02:00 committed by GitHub
parent 903dc1da8c
commit 3e8ba6d4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.3
uses: m-kuhn/backport@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}