From ec24b019099ba488de6c8ed1526d9c549909c2d5 Mon Sep 17 00:00:00 2001 From: Jon Bradford <548416+jbradford@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:59:15 +0100 Subject: [PATCH] Remove PR Checklist This PR removes the PR checklist github action. --- .github/workflows/pull_request.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/pull_request.yml diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml deleted file mode 100644 index 0545de1..0000000 --- a/.github/workflows/pull_request.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: pull_request -name: PR Checklist -jobs: - createPRComment: - name: Create PR Comment - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Create PR Comment - uses: cognisant/code-review-checklist@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}