mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-30 00:04:58 -05:00
Bump backport bot to 1.2.0
This commit is contained in:
parent
903dc1da8c
commit
3e8ba6d4e9
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
- name: Backport Bot
|
- name: Backport Bot
|
||||||
id: backport
|
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' ) )
|
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:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user