mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix backport bot instant trigger
This commit is contained in:
parent
181bfd4fb8
commit
0fd99f32ab
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
name: Backport
|
||||
steps:
|
||||
- name: Backport Bot
|
||||
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( 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: Gaurav0/backport@v1.0.24
|
||||
with:
|
||||
bot_username: qgis-bot
|
||||
|
Loading…
x
Reference in New Issue
Block a user