diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-21 13:11:59 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-21 13:11:59 +0100 |
| commit | c3a83ef5ea6119f76c5db9af32baa0673f452318 (patch) | |
| tree | 4002f4288e3bb58a3974a908a20cfda0b54a3d2b /.github | |
| parent | 571096201bf2cb1dde8933eb3fb7091e12ebbbe4 (diff) | |
| download | PROJ-c3a83ef5ea6119f76c5db9af32baa0673f452318.tar.gz PROJ-c3a83ef5ea6119f76c5db9af32baa0673f452318.zip | |
backport.yml: update to what QGIS uses
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index aa48cff3..f937c2ce 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,8 +11,8 @@ jobs: name: Backport steps: - name: Backport Bot - if: contains( join(github.event.pull_request.labels.*.name), 'backport') - uses: Gaurav0/backport@v1.0.24 + 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.26 with: bot_username: PROJ-BOT bot_token: c1c49a5799d0a3a3885db8a4792880cbe509c1d6 |
