mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update on-merge.yml
This commit is contained in:
parent
114f8eba9c
commit
4fdbdd105f
1 changed files with 1 additions and 6 deletions
7
.github/workflows/on-merge.yml
vendored
7
.github/workflows/on-merge.yml
vendored
|
@ -10,12 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.pull_request.merged == true
|
||||
&& (
|
||||
contains(github.event.pull_request.labels.*.name, 'backport:prev-minor')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'backport:prev-major')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'backport:all-open')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'backport:auto-version')
|
||||
)
|
||||
&& !contains(github.event.pull_request.labels.*.name, 'auto-backport')
|
||||
&& (
|
||||
(
|
||||
github.event.action == 'labeled' && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue