From 9c7c0dda2bc1d45ef9c03da71d687f674a69e976 Mon Sep 17 00:00:00 2001 From: Sejal Date: Thu, 17 Oct 2024 17:08:26 +0530 Subject: [PATCH] Create auto-comment-issue.yml (#40) --- .github/workflows/auto-comment-issue.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/auto-comment-issue.yml diff --git a/.github/workflows/auto-comment-issue.yml b/.github/workflows/auto-comment-issue.yml new file mode 100644 index 0000000..1d174d3 --- /dev/null +++ b/.github/workflows/auto-comment-issue.yml @@ -0,0 +1,22 @@ +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 <