From 32601d8296630572a7e18b9062a59efc630c2778 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:51:06 +0530 Subject: [PATCH] Create auto-comment-issue.yml --- .github/workloads/auto-comment-issue.yml | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workloads/auto-comment-issue.yml diff --git a/.github/workloads/auto-comment-issue.yml b/.github/workloads/auto-comment-issue.yml new file mode 100644 index 0000000..361f9b6 --- /dev/null +++ b/.github/workloads/auto-comment-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 <