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:
parent
52e25bd632
commit
70d334efd1
14
frontend/.github/workflows/add-to-project.yml
vendored
Normal file
14
frontend/.github/workflows/add-to-project.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user