summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-08 00:17:17 +0530
committerGitHub <noreply@github.com>2024-08-08 00:17:17 +0530
commit65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb (patch)
tree1da9affe82e3860957f7d0af00d55575f7649e25
parentf15751617fd420402142b4474e20d7a3f5794c83 (diff)
downloadvyos-workflow-test-temp-65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb.tar.gz
vyos-workflow-test-temp-65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb.zip
T0000: add comment
-rw-r--r--.github/workflows/chedck-pr-comment.yml15
1 files changed, 15 insertions, 0 deletions
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