mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Changing the token used by project-assigner workflows (#57127)
* Use diagnostics-enable action in the workflow. Issue: #56526 * Update workflow to use v1.0.2 of the action * Adding a new test workflow that uses a personal access token * Remove an extra coma * Updated project-assigner action version and access key * Deleted the test workflow Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
e31f8a3504
commit
a25ba4e37f
2 changed files with 4 additions and 4 deletions
4
.github/workflows/pr-project-assigner.yml
vendored
4
.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.2
|
||||
uses: elastic/github-actions/project-assigner@v1.0.3
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: |
|
||||
|
@ -17,4 +17,4 @@ jobs:
|
|||
{ "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 },
|
||||
{ "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }
|
||||
]
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
|
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.2
|
||||
uses: elastic/github-actions/project-assigner@v1.0.3
|
||||
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.GITHUB_TOKEN }}
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue