From 5ca2c386dfb7f778eb5d8ba9a139a5e708828b5d Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Fri, 24 Jun 2022 13:26:58 +0200 Subject: [PATCH] chore: add issues action to move new issues to project board --- .github/workflows/issues.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/issues.yml 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