From 38e8f7274c220a7435d5a2c63bd75eebb91d9e9d Mon Sep 17 00:00:00 2001 From: Jiwe Guo Date: Tue, 18 Oct 2022 11:20:11 +0800 Subject: [PATCH] Add `ml` for CI semantic check. --- .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