diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-08 00:20:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 00:20:53 +0530 |
commit | 84bf92e356398e74d13a82c9e31eb3749da6a1cf (patch) | |
tree | a4c53e1feb3cf8bf34eb80bf574f5aa5d51d8efc | |
parent | 65cdcfaebb354ff76778ecf6a9eb9027efb7dcbb (diff) | |
download | vyos-workflow-test-temp-84bf92e356398e74d13a82c9e31eb3749da6a1cf.tar.gz vyos-workflow-test-temp-84bf92e356398e74d13a82c9e31eb3749da6a1cf.zip |
T0000: add pr cmt
-rw-r--r-- | .github/workflows/add-pr-cmt.yml | 16 |
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 |