mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Fix project assigner syntax
This commit is contained in:
parent
8fb22e606c
commit
81fde90fa6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
{"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"},
|
||||
{"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"},
|
||||
{"label": "Team:Security", "projectNumber": 320, "columnName": "Awaiting triage", "projectScope": "org"},
|
||||
{"label": "Team:Operations", "projectNumber": 314, "columnName": "Triage", "projectScope": "org"}
|
||||
{"label": "Team:Operations", "projectNumber": 314, "columnName": "Triage", "projectScope": "org"},
|
||||
{"label": "Team:Fleet", "projectNumber": 490, "columnName": "Inbox", "projectScope": "org"}
|
||||
]
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue