From dfc067a3bbf1fc364caa1a74c7c464ba5342a3e1 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Mon, 26 Sep 2022 14:16:34 +0200 Subject: [PATCH] fix(ci): remove unnecessary PR action as we combined issues and prs into one board --- .github/workflows/prs.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/prs.yml diff --git a/.github/workflows/prs.yml b/.github/workflows/prs.yml deleted file mode 100644 index 96ff6d0c..00000000 --- a/.github/workflows/prs.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add pull requests to Tiptap project - -on: - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add pull request 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 }}