From b4803f5bb82a169ceb447e5c73372f167a727a78 Mon Sep 17 00:00:00 2001 From: Pradnya Gaitonde <116059908+PradnyaGaitonde@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:19:01 +0530 Subject: [PATCH] Create autocomment-issue.yml Added autocomment on issue feature. --- .github/workflows/autocomment-issue.yml | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/autocomment-issue.yml diff --git a/.github/workflows/autocomment-issue.yml b/.github/workflows/autocomment-issue.yml new file mode 100644 index 0000000..fe338ae --- /dev/null +++ b/.github/workflows/autocomment-issue.yml @@ -0,0 +1,36 @@ +name: Auto Comment on Issue + +on: + issues: + types: [opened] + +permissions: + issues: write + +jobs: + comment: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Add Comment to Issue + run: | + COMMENT=$(cat <