Skip to content

Commit b2a7245

Browse files
committed
Add workflow to auto-add issues to project
Issues opened in this repository must currently be added to the org project board by hand. Add a caller workflow that invokes the shared PhilanthropyDataCommons/.github reusable workflow so new issues are added to the board automatically. Issue PhilanthropyDataCommons/.github#5 Automatically add issues to current project
1 parent 552d600 commit b2a7245

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Add to project
2+
3+
on:
4+
issues:
5+
types: [opened, transferred, reopened]
6+
7+
jobs:
8+
add-to-project:
9+
uses: PhilanthropyDataCommons/.github/.github/workflows/add-to-project.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)