Update project assigner actions (#122142)

This commit is contained in:
Joe Portner 2021-12-29 12:08:54 -05:00 committed by GitHub
parent 496897142f
commit 6185ddc94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 22 deletions

View file

@ -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" }

View file

@ -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: |