From 84bf92e356398e74d13a82c9e31eb3749da6a1cf Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:20:53 +0530 Subject: T0000: add pr cmt --- .github/workflows/add-pr-cmt.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/add-pr-cmt.yml diff --git a/.github/workflows/add-pr-cmt.yml b/.github/workflows/add-pr-cmt.yml new file mode 100644 index 0000000..cd95c3b --- /dev/null +++ b/.github/workflows/add-pr-cmt.yml @@ -0,0 +1,16 @@ +--- +name: Add pull request Cmt + +on: + pull_request_target: + branches: + - current + +permissions: + pull-requests: write + contents: read + +jobs: + add-pr-cmt: + uses: vyos/.github/.github/workflows/add-pr-comment.yml@feature/check-pr-commenting + secrets: inherit -- cgit v1.2.3