mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 14:34:19 +00:00
chore(ci): add workflow to add issues to infra project
This commit is contained in:
parent
5d7acc5e49
commit
5088def7f5
1 changed files with 11 additions and 0 deletions
11
.github/workflows/add-to-project.yml
vendored
Normal file
11
.github/workflows/add-to-project.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: Add issues to Infrastructure Project.
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
jobs:
|
||||||
|
add-to-project:
|
||||||
|
uses: famedly/github-workflows/.github/workflows/add-to-project@github-v1
|
||||||
|
with:
|
||||||
|
project-url: https://github.com/orgs/famedly/projects/6
|
Loading…
Reference in a new issue