mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
12 lines
284 B
YAML
12 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
|