Skip to content

Commit dcfbce2

Browse files
author
Alex Holmansky
authored
Revert "Temporarily disabling PR project mappings (#59485)"
This reverts commit 75dabc5.
1 parent 75dabc5 commit dcfbce2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)