chore(ci): add workflow to add issues to infra project
This commit is contained in:
parent
53c6f3cfe9
commit
2bd277558e
1 changed files with 12 additions and 0 deletions
12
.github/workflows/add-to-project.yml
vendored
Normal file
12
.github/workflows/add-to-project.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: Add issues to Infrastructure Project.
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
jobs:
|
||||||
|
add-to-project:
|
||||||
|
uses: famedly/github-workflows/.github/workflows/add-to-project.yml@github-v1
|
||||||
|
with:
|
||||||
|
project-url: https://github.com/orgs/famedly/projects/6
|
||||||
|
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue