1
0
mirror of synced 2026-01-07 18:06:03 -05:00

Github Bot add community issue/pr into Github Project (#6721)

* project bot add community issue/pr into projects

* eof
This commit is contained in:
Marcos Marx
2021-10-04 13:06:01 -03:00
committed by GitHub
parent 8dae288f6d
commit f006da8aaa

View File

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