From c3f252ac00229768b8fa01d02ee1a19ceb20aa02 Mon Sep 17 00:00:00 2001 From: Uppuluri Kalyani <105410881+UppuluriKalyani@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:41:54 +0530 Subject: [PATCH] Create autocomment-pr-raise.yml --- .github/workflows/autocomment-pr-raise.yml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/autocomment-pr-raise.yml diff --git a/.github/workflows/autocomment-pr-raise.yml b/.github/workflows/autocomment-pr-raise.yml new file mode 100644 index 0000000..1656fff --- /dev/null +++ b/.github/workflows/autocomment-pr-raise.yml @@ -0,0 +1,37 @@ +name: Auto Comment on PR + +on: + pull_request_target: + types: [opened] + +permissions: + issues: write + pull-requests: write + +jobs: + comment: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - name: Add Comment to Pull Request + run: | + COMMENT=$(cat <