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 again (#105327)
This commit is contained in:
parent
fdc99681a7
commit
41a93079b2
1 changed files with 10 additions and 2 deletions
12
.github/workflows/project-assigner.yml
vendored
12
.github/workflows/project-assigner.yml
vendored
|
@ -8,8 +8,16 @@ jobs:
|
|||
name: Assign issue or PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v2.0.0
|
||||
uses: elastic/github-actions/project-assigner@v2.1.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