mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-10 05:54:14 +00:00
13 lines
284 B
YAML
13 lines
284 B
YAML
|
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
|