diff --git a/.github/workflows/auto-project.yml b/.github/workflows/auto-project.yml new file mode 100644 index 0000000..3e95066 --- /dev/null +++ b/.github/workflows/auto-project.yml @@ -0,0 +1,13 @@ +name: Auto Add to Project + +on: + issues: + types: [opened] + pull_request: + types: [opened] + +jobs: + add-to-project: + uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main + secrets: + PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}