From fb3f2e6e9857640bb17083c3dfb4a96141026e3f Mon Sep 17 00:00:00 2001 From: claud2893 Date: Fri, 12 Sep 2025 06:35:22 -0400 Subject: [PATCH] Revert "Create close_pr.yml" This reverts commit ad95b0abe521c61effc692e83d5babd5fbf25910. --- .github/workflows/close_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/close_pr.yml diff --git a/.github/workflows/close_pr.yml b/.github/workflows/close_pr.yml deleted file mode 100644 index 0d0cc57..0000000 --- a/.github/workflows/close_pr.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - # Optional. Post a issue comment just before closing a pull request. - comment: "Congratulations! You have completed the lab. Closing for maintainence purpose."