diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 00000000..af0147b3 --- /dev/null +++ b/.github/workflows/issues.yml @@ -0,0 +1,19 @@ +name: Add issues to Tiptap project + +on: + issues: + types: + - opened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@main + with: + project-url: ${{ secrets.ADD_TO_PROJECT_URL }} + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: needs-triage