mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Updating project assigner workflows to v2.0.0 of the action and back to default tokens (#60577)
* Updating workflows to v2.0.0 of the action and back to the default token
This commit is contained in:
parent
395d621249
commit
eaf3deabea
2 changed files with 7 additions and 7 deletions
10
.github/workflows/pr-project-assigner.yml
vendored
10
.github/workflows/pr-project-assigner.yml
vendored
|
@ -8,14 +8,14 @@ jobs:
|
|||
name: Assign a PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v1.0.3
|
||||
uses: elastic/github-actions/project-assigner@v2.0.0
|
||||
id: project_assigner
|
||||
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 }
|
||||
]
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# { "label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897 },
|
||||
# { "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 },
|
||||
# { "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }
|
||||
|
|
4
.github/workflows/project-assigner.yml
vendored
4
.github/workflows/project-assigner.yml
vendored
|
@ -8,10 +8,10 @@ jobs:
|
|||
name: Assign issue or PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v1.0.3
|
||||
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}]'
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue