diff options
-rw-r--r-- | .github/workflows/chedck-pr-comment.yml | 15 |
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 |