mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove AppArch from project-assigner workflow. (#83936)
This commit is contained in:
parent
ac2c16d8e7
commit
b42da051ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
uses: elastic/github-actions/project-assigner@v2.0.0
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectNumber": 37, "columnName": "To triage"}, {"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"}]'
|
||||
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"}]'
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue