mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
chore(ci): add workflow to add issues to infra project
This commit is contained in:
parent
f948ee5801
commit
9da520b565
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…
Reference in a new issue