mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update project assigner actions (#122142)
This commit is contained in:
parent
496897142f
commit
6185ddc94f
2 changed files with 1 additions and 22 deletions
21
.github/workflows/pr-project-assigner.yml
vendored
21
.github/workflows/pr-project-assigner.yml
vendored
|
@ -1,21 +0,0 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [labeled, unlabeled]
|
||||
|
||||
jobs:
|
||||
assign_to_project:
|
||||
runs-on: ubuntu-latest
|
||||
name: Assign a PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v2.0.0
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: |
|
||||
[
|
||||
]
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
|
||||
# { "label": "Team:AppArch", "projectNumber": 37, "columnName": "Review in progress" },
|
||||
# { "label": "Feature:Lens", "projectNumber": 32, "columnName": "In progress" },
|
||||
# { "label": "Feature:Canvas", "projectNumber": 38, "columnName": "Review in progress" }
|
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Assign issue or PR to project based on label
|
||||
steps:
|
||||
- name: Assign to project
|
||||
uses: elastic/github-actions/project-assigner@v2.1.0
|
||||
uses: elastic/github-actions/project-assigner@v2.1.1
|
||||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue