From 12a44a54a5a06411d846b99b013a687885f18d18 Mon Sep 17 00:00:00 2001 From: RuiWei Date: Mon, 22 Sep 2025 22:31:55 -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 0d0cc57e..00000000 --- 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."