mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[project-assigner] remove extra bracket in issue-mappings config (#96428)
This commit is contained in:
parent
df46dc1900
commit
c89922a55c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/project-assigner.yml
vendored
4
.github/workflows/project-assigner.yml
vendored
|
@ -11,7 +11,5 @@ 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"}]'
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue