mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
3601602feb
commit
3c2c689e98
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr-project-assigner.yml
vendored
2
.github/workflows/pr-project-assigner.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Assign a PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v1.0.0
|
||||
uses: elastic/github-actions/project-assigner@v1.0.1
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: |
|
||||
|
|
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Assign issue or PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v1.0.0
|
||||
uses: elastic/github-actions/project-assigner@v1.0.1
|
||||
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}]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue