mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
15 lines
242 B
YAML
15 lines
242 B
YAML
name: Add new item to project board
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
add-to-project:
|
|
uses: unleash/.github/.github/workflows/add-item-to-project.yml@main
|
|
secrets: inherit
|