diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 17:36:47 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 17:36:47 +0100 |
| commit | 8f4074e4288ecb14b69087c24bd30dc0b47b68d9 (patch) | |
| tree | aec89d7c2b815f448483b78489871d19fbcce1b7 /.github/workflows/backport.yml | |
| parent | ac9c36e1b42475700c80410dd6d59f8c8f9db447 (diff) | |
| download | PROJ-8f4074e4288ecb14b69087c24bd30dc0b47b68d9.tar.gz PROJ-8f4074e4288ecb14b69087c24bd30dc0b47b68d9.zip | |
Add missing(?) id to backport action
Diffstat (limited to '.github/workflows/backport.yml')
| -rw-r--r-- | .github/workflows/backport.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f00402be..4478028a 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,6 +11,7 @@ jobs: name: Backport steps: - 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.1 with: |
