Skip to content

Commit 99c005e

Browse files
author
Alex Holmansky
committed
Temporarily commenting out project mappings while we debug the permissions issues
1 parent 7b2211f commit 99c005e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-project-assigner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
issue-mappings: |
1515
[
16-
{ "label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897 },
17-
{ "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 },
18-
{ "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }
16+
# { "label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897 },
17+
# { "label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362 },
18+
# { "label": "Team:Canvas", "projectName": "canvas", "columnId": 6187580 }
1919
]
2020
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}

0 commit comments

Comments
 (0)