1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend/.github/workflows/add-to-project.yml
2022-05-11 12:02:00 +02:00

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