From 50e2bffcda1535ad063c26712fda2a6613d3441e Mon Sep 17 00:00:00 2001 From: Siddheya Kulkarni <115717746+Asymtode712@users.noreply.github.com> Date: Mon, 27 May 2024 19:21:09 +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 000000000..ae71bad52 --- /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 <