From 13336539590bf02a6e27b753dd19c95ec89561d3 Mon Sep 17 00:00:00 2001 From: Madhav Krishan Goswami <116915826+MadhavKrishanGoswami@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:44:13 +0530 Subject: [PATCH] Revert "Create auto-comment-on-close.yml" --- .github/workflows/auto-comment-on-close.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/auto-comment-on-close.yml diff --git a/.github/workflows/auto-comment-on-close.yml b/.github/workflows/auto-comment-on-close.yml deleted file mode 100644 index a36f3ee8..00000000 --- a/.github/workflows/auto-comment-on-close.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Auto Comment on Closed Issue - -# Trigger this action when an issue is closed -on: - issues: - types: [closed] - -jobs: - auto-comment: - runs-on: ubuntu-latest - - steps: - - name: Add a comment to the closed issue - uses: peter-evans/issue-commenter@v1 - with: - issue-number: ${{ github.event.issue.number }} - comment: | - Thank you for your contribution! This issue has been closed. If you have further questions, feel free to open a new issue.