1
0
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:
Thomas Heartman 2022-05-11 11:10:16 +02:00 committed by GitHub
parent 2399f9a301
commit c260f90094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/add-to-project.yml vendored Normal file
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
secrets: inherit