mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
eaf3deabea
commit
80a84070e4
3 changed files with 5 additions and 5 deletions
6
.github/workflows/pr-project-assigner.yml
vendored
6
.github/workflows/pr-project-assigner.yml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
|||
with:
|
||||
issue-mappings: |
|
||||
[
|
||||
{ "label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897 },
|
||||
{ "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 },
|
||||
{ "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }
|
||||
{ "label": "Team:AppArch", "projectNumber": 37, "columnName": "Review in progress" },
|
||||
{ "label": "Feature:Lens", "projectNumber": 32, "columnName": "In progress" },
|
||||
{ "label": "Team:Canvas", "projectNumber": 38, "columnName": "Review in progress" }
|
||||
]
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
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", "projectName": "kibana-app-arch", "columnId": 6173895}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219363}, {"label": "Team:Canvas", "projectName": "canvas", "columnId": 6187593}]'
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectNumber": 37, "columnName": "To triage"}, {"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"}, {"label": "Team:Canvas", "projectNumber": 38, "columnName": "Inbox"}]'
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
- `filter`
|
||||
- `index_patterns`
|
||||
- `query`
|
||||
- `search`
|
||||
- `search`: Elasticsearch API service and strategies
|
Loading…
Add table
Add a link
Reference in a new issue