diff options
-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 |