mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
44348aa998
commit
942fdeeb2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-project-assigner.yml
vendored
4
.github/workflows/pr-project-assigner.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue