From c4590821d1791b4bc6a20542100d3f3b07b17a67 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Fri, 7 Jun 2024 02:56:21 +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 0000000..361f9b6 --- /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 <