diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 0000000..0be8536 --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,10 @@ +name: Add to project + +on: + issues: + types: [opened, transferred, reopened] + +jobs: + add-to-project: + uses: PhilanthropyDataCommons/.github/.github/workflows/add-to-project.yml@main + secrets: inherit