You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/09/16 10:00:01 UTC

[rocketmq-eventbridge] branch main updated: Create license_checker.yaml

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

yukon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


The following commit(s) were added to refs/heads/main by this push:
     new 88381af  Create license_checker.yaml
88381af is described below

commit 88381af73cd68339732b689973f647d3c85cdea6
Author: yukon <xi...@alibaba-inc.com>
AuthorDate: Fri Sep 16 17:59:57 2022 +0800

    Create license_checker.yaml
---
 .github/workflows/license_checker.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/license_checker.yaml b/.github/workflows/license_checker.yaml
new file mode 100644
index 0000000..b17418d
--- /dev/null
+++ b/.github/workflows/license_checker.yaml
@@ -0,0 +1,17 @@
+name: License Checker
+on:
+  pull_request:
+    types: [opened, reopened, synchronize]
+  push:
+    branches:
+      - master
+jobs:
+  check-license:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v3
+      - name: Check License Header
+        uses: apache/skywalking-eyes@v0.2.0
+        with:
+          log: info
+          config: .licenserc.yaml