diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 00000000..b1e17226 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,18 @@ +name: Add Triage for pull requests to projects + +on: + pull_request: + types: + - labeled + - opened + +jobs: + add-to-project: + name: Add issue or pr with triage tag to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@RELEASE_VERSION + with: + project-url: https://github.com/lambdaisland/kaocha + github-token: "${{ secrets.GITHUB_TOKEN }}" + labeled: Triage