mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add failed-test and chore labels to Fleet project automation (#124994)
This commit is contained in:
parent
30350fc9de
commit
c7595d7c36
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
|
@ -10,7 +10,9 @@ jobs:
|
|||
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')
|
||||
contains(github.event.issue.labels.*.name, 'performance') ||
|
||||
contains(github.event.issue.labels.*.name, 'failed-test') ||
|
||||
contains(github.event.issue.labels.*.name, 'chore')
|
||||
)
|
||||
steps:
|
||||
- uses: octokit/graphql-action@v2.x
|
||||
|
@ -28,5 +30,7 @@ jobs:
|
|||
projectid: ${{ env.PROJECT_ID }}
|
||||
contentid: ${{ github.event.issue.node_id }}
|
||||
env:
|
||||
# https://github.com/orgs/elastic/projects/763
|
||||
PROJECT_ID: "PN_kwDOAGc3Zs4AAsH6"
|
||||
# Token with `write:org` access
|
||||
GITHUB_TOKEN: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue