Fix backport bot instant trigger

This commit is contained in:
Matthias Kuhn 2020-02-11 21:46:35 +01:00 committed by Nyall Dawson
parent 181bfd4fb8
commit 0fd99f32ab

View File

@ -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