1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

feat: add 'issue/pr to project' workflow

This commit is contained in:
Thomas Heartman 2022-05-11 12:02:00 +02:00
parent 52e25bd632
commit 70d334efd1

View File

@ -0,0 +1,14 @@
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