From 07757eae841b2c90a9f337d2cb07488ef69fbbed Mon Sep 17 00:00:00 2001 From: Alex Holmansky Date: Fri, 6 Mar 2020 10:31:47 -0500 Subject: [PATCH] Temporarily remove the project mappings for PR labels (#59493) * 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 * Temporarily commenting out project mappings while we debug the permissions issues Co-authored-by: Elastic Machine --- .github/workflows/pr-project-assigner.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-project-assigner.yml b/.github/workflows/pr-project-assigner.yml index 517aefb36e8d65..4058fcaadee5da 100644 --- a/.github/workflows/pr-project-assigner.yml +++ b/.github/workflows/pr-project-assigner.yml @@ -13,8 +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 } ] ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }} + +# { "label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897 }, +# { "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 }, +# { "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }