mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[project-assigner] Add entry for Platform Security Team (#105307)
This commit is contained in:
parent
8acdcff840
commit
3d724ee706
1 changed files with 9 additions and 1 deletions
10
.github/workflows/project-assigner.yml
vendored
10
.github/workflows/project-assigner.yml
vendored
|
@ -11,5 +11,13 @@ jobs:
|
|||
uses: elastic/github-actions/project-assigner@v2.0.0
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: '[{"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"}, {"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"}, {"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"}, {"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"}, {"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"}]'
|
||||
issue-mappings: |
|
||||
[
|
||||
{"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"},
|
||||
{"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"},
|
||||
{"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"},
|
||||
{"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"}
|
||||
]
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue