mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add bug and performance labels to Fleet assigner (#124837)
This commit is contained in:
parent
f121c545cf
commit
19476a1f9c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/add-to-fleet-project.yml
vendored
6
.github/workflows/add-to-fleet-project.yml
vendored
|
@ -7,7 +7,11 @@ jobs:
|
|||
add_to_project:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, 'Team:Fleet') && contains(github.event.issue.labels.*.name, 'technical debt')
|
||||
contains(github.event.issue.labels.*.name, 'Team:Fleet') && (
|
||||
contains(github.event.issue.labels.*.name, 'technical debt') ||
|
||||
contains(github.event.issue.labels.*.name, 'bug') ||
|
||||
contains(github.event.issue.labels.*.name, 'performance')
|
||||
)
|
||||
steps:
|
||||
- uses: octokit/graphql-action@v2.x
|
||||
id: add_to_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue