Fix a typo in PR project assigner workflow configuration (#53511)

* Workflow configurations to assign issues and PRs with Team:AppArch label to kibana-app-arch project

* Fix a typo in the label name

* Remove merge conflicts
This commit is contained in:
Alex Holmansky 2019-12-18 12:40:58 -05:00 committed by GitHub
parent 44348aa998
commit 942fdeeb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,5 @@ jobs:
uses: elastic/github-actions/project-assigner@v1.0.0
id: project_assigner
with:
issue-mappings: '[{"label": "Team:AppAch", "projectName": "kibana-app-arch", "columnId": 6173897}]'
ghToken: ${{ secrets.GITHUB_TOKEN }}
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897}]'
ghToken: ${{ secrets.GITHUB_TOKEN }}