From 2133ef11af2fd40f26ba6f093d8b06cd1573961c Mon Sep 17 00:00:00 2001 From: Zurab73 Date: Tue, 25 Mar 2025 05:25:05 -0400 Subject: [PATCH] Reverting changes --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/close_pr.yml diff --git a/.github/ISSUE_TEMPLATE/close_pr.yml b/.github/ISSUE_TEMPLATE/close_pr.yml deleted file mode 100644 index 0d0cc57ea9..0000000000 --- a/.github/ISSUE_TEMPLATE/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."