From 75b43c23f2863f85461facd6e027533bfc01f24a Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:31:16 +0530 Subject: [PATCH] Create auto-comment-on-issue.yml --- .github/workflows/auto-comment-on-issue.yml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/auto-comment-on-issue.yml diff --git a/.github/workflows/auto-comment-on-issue.yml b/.github/workflows/auto-comment-on-issue.yml new file mode 100644 index 00000000..361f9b64 --- /dev/null +++ b/.github/workflows/auto-comment-on-issue.yml @@ -0,0 +1,35 @@ +name: Auto Comment on Issue + +on: + issues: + types: [opened] + +permissions: + issues: write + +jobs: + comment: + runs-on: ubuntu-latest + + steps: + - name: Add Comment to Issue + run: | + COMMENT=$(cat <