mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Temporarily disabling PR project mappings (#59485)
* 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 * Temporarily commenting out project mappings while we debug the permissions issues Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
d5497d99b2
commit
75dabc5dce
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pr-project-assigner.yml
vendored
6
.github/workflows/pr-project-assigner.yml
vendored
|
@ -13,8 +13,8 @@ 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", "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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue