summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-08 00:20:53 +0530
committerGitHub <noreply@github.com>2024-08-08 00:20:53 +0530
commit84bf92e356398e74d13a82c9e31eb3749da6a1cf (patch)
treea4c53e1feb3cf8bf34eb80bf574f5aa5d51d8efc
parent65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb (diff)
downloadvyos-workflow-test-temp-84bf92e356398e74d13a82c9e31eb3749da6a1cf.tar.gz
vyos-workflow-test-temp-84bf92e356398e74d13a82c9e31eb3749da6a1cf.zip
T0000: add pr cmt
-rw-r--r--.github/workflows/add-pr-cmt.yml16
1 files changed, 16 insertions, 0 deletions
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