diff options
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: |
