mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
chore: Add workflow file to auto-add items to project board (#1588)
This change adds a workflow file that references the reusable workflow in the unleash/.github repo. It should (if all goes well), automatically add new issues and prs to the project board.
This commit is contained in:
parent
2399f9a301
commit
c260f90094
14
.github/workflows/add-to-project.yml
vendored
Normal file
14
.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
|
||||
secrets: inherit
|
Loading…
Reference in New Issue
Block a user