diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 00000000..f3fbeb73 --- /dev/null +++ b/.github/workflows/issues.yml @@ -0,0 +1,19 @@ +name: Add issues and PRs to project + +on: + issues: + types: + - opened + pull_request: + types: + - opened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.3.0 + with: + project-url: https://github.com/orgs/ava-labs/projects/3 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} \ No newline at end of file