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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 48da869ea8a Add `ml` for CI semantic check. (#18082)
48da869ea8a is described below

commit 48da869ea8a6d36191be84110979193458af9a6b
Author: Jiwei Guo <[email protected]>
AuthorDate: Tue Oct 18 15:04:24 2022 +0800

    Add `ml` for CI semantic check. (#18082)
---
 .github/workflows/ci-semantic-pull-request.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-semantic-pull-request.yml 
b/.github/workflows/ci-semantic-pull-request.yml
index 9395d89881e..5d45c7c1712 100644
--- a/.github/workflows/ci-semantic-pull-request.yml
+++ b/.github/workflows/ci-semantic-pull-request.yml
@@ -49,16 +49,18 @@ jobs:
             revert
           # Scope abbreviation comments:
           # cli     -> command line interface
-          # fn      -> Pulasr Functions
+          # fn      -> Pulsar Functions
           # io      -> Pulsar Connectors
           # offload -> tiered storage
           # sec     -> security
           # sql     -> Pulsar Trino Plugin
           # txn     -> transaction
           # ws      -> websocket
+          # ml      -> managed ledger
           scopes: |
             admin
             broker
+            ml
             build
             ci
             cli

Reply via email to