1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/.github/workflows/add-to-project.yml

15 lines
249 B
YAML
Raw Normal View History

name: Add new item to project board
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
uses: unleash/.github/.github/workflows/add-item-to-project.yml@main
secrets: inherit