From a4f56bf6809c6240cbcbbf792af654d120d2d0a3 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 30 Aug 2023 12:12:54 +0200 Subject: [PATCH] Delete add-PRs-to-project-reviewing-PRs.yml (#11008) Co-authored-by: alannnc --- .../add-PRs-to-project-reviewing-PRs.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-PRs-to-project-reviewing-PRs.yml diff --git a/.github/workflows/add-PRs-to-project-reviewing-PRs.yml b/.github/workflows/add-PRs-to-project-reviewing-PRs.yml deleted file mode 100644 index 9a814a743a..0000000000 --- a/.github/workflows/add-PRs-to-project-reviewing-PRs.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add PRs to project Reviewing PRs - -on: - pull_request: - types: - - opened - -jobs: - add-PR-to-project: - name: Add PRs to project Reviewing PRs - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.1.0 - with: - project-url: https://github.com/orgs/calcom/projects/11 - github-token: ${{ secrets.GH_ACCESS_TOKEN }}