Github Bot add community issue/pr into Github Project (#6721)
* project bot add community issue/pr into projects * eof
This commit is contained in:
14
.github/workflows/project.yaml
vendored
14
.github/workflows/project.yaml
vendored
@@ -26,3 +26,17 @@ jobs:
|
||||
with:
|
||||
project: "https://github.com/airbytehq/airbyte/projects/4"
|
||||
column_name: "Needs Triage"
|
||||
- name: Assign New Community Issues to Github Project
|
||||
uses: srggrs/assign-one-project-github-action@1.2.0
|
||||
if:
|
||||
contains(github.event.issue.labels.*.name, 'community')
|
||||
with:
|
||||
project: "https://github.com/airbytehq/airbyte/projects/16"
|
||||
column_name: "To do"
|
||||
- name: Assign New Community PR to Github Project
|
||||
uses: srggrs/assign-one-project-github-action@1.2.0
|
||||
if:
|
||||
contains(github.event.pull_request.labels.*.name, 'community')
|
||||
with:
|
||||
project: "https://github.com/airbytehq/airbyte/projects/15"
|
||||
column_name: "To do"
|
||||
|
||||
Reference in New Issue
Block a user