From 65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:17:17 +0530 Subject: T0000: add comment --- .github/workflows/chedck-pr-comment.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/chedck-pr-comment.yml diff --git a/.github/workflows/chedck-pr-comment.yml b/.github/workflows/chedck-pr-comment.yml new file mode 100644 index 0000000..ff6c74c --- /dev/null +++ b/.github/workflows/chedck-pr-comment.yml @@ -0,0 +1,15 @@ +name: Add pull request comment + +on: + pull_request: + branches: + - current + +permissions: + pull-requests: write + contents: read + +jobs: + add-pr-cmt: + uses: vyos/.github/.github/workflows/add-pr-labels.yml@feature/check-pr-commenting + secrets: inherit \ No newline at end of file -- cgit v1.2.3