This is an automated email from the ASF dual-hosted git repository.

caigy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new fd484ae6d enable License-Eye in GitHub Actions
fd484ae6d is described below

commit fd484ae6d9a31c686fef6c18af9de443e02d09e3
Author: caigy <[email protected]>
AuthorDate: Thu May 12 15:34:34 2022 +0800

    enable License-Eye in GitHub Actions
---
 .github/workflows/license-checker.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/workflows/license-checker.yaml 
b/.github/workflows/license-checker.yaml
new file mode 100644
index 000000000..eb4629d6d
--- /dev/null
+++ b/.github/workflows/license-checker.yaml
@@ -0,0 +1,19 @@
+name: License checker
+
+on:
+  pull_request:
+    branches:
+      - develop
+      - master
+
+jobs:
+  check-license:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@v3
+      - name: Check License Header
+        uses: apache/[email protected]
+        with:
+          log: info
+          config: .licenserc.yaml

Reply via email to