From 48da869ea8a6d36191be84110979193458af9a6b Mon Sep 17 00:00:00 2001 From: Jiwei Guo Date: Tue, 18 Oct 2022 15:04:24 +0800 Subject: [PATCH] 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 9395d89881e58..5d45c7c17122a 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