diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml new file mode 100644 index 0000000..76ff233 --- /dev/null +++ b/.github/workflows/auto-add-to-project.yml @@ -0,0 +1,14 @@ +name: Auto-add to project board + +on: + issues: + types: [opened, transferred] + +jobs: + add-to-project: + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v1.0.2 + with: + project-url: https://github.com/orgs/singi-labs/projects/2 + github-token: ${{ secrets.PROJECT_TOKEN }}