mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Lens] Add Lens issues and PRs to our project (#53145)
* [Lens] Add Lens issues and PRs to our project * Fix syntax issues
This commit is contained in:
parent
72c5c5cb22
commit
1fbb00d230
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr-project-assigner.yml
vendored
2
.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:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897}]'
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362}]'
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
uses: elastic/github-actions/project-assigner@v1.0.0
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}]'
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219363}]'
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue