You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/10/12 00:54:25 UTC

[incubator-streampark] branch dev updated: [Infra] Update pull request label (#1814)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new eb1aa1b69 [Infra] Update pull request label (#1814)
eb1aa1b69 is described below

commit eb1aa1b692e61273f05dae6fe5faab3ba4312391
Author: Shaokang Lv <lv...@hotmail.com>
AuthorDate: Wed Oct 12 08:54:20 2022 +0800

    [Infra] Update pull request label (#1814)
---
 .github/labeler.yml                      | 3 ++-
 .github/workflows/pull-request-robot.yml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index f38f1168f..d86efd601 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -42,9 +42,10 @@ DOCS:
 
 WEB UI:
   - "streampark-console/streampark-console-webapp/**/*"
+  - "streampark-console/streampark-console-newui/**/*"
 
 BACKEND:
-  - "streampark-console/streampark-console-server/**/*"
+  - "streampark-console/streampark-console-service/**/*"
   - "streampark-common/**/*"
   - "streampark-plugin/**/*"
 
diff --git a/.github/workflows/pull-request-robot.yml b/.github/workflows/pull-request-robot.yml
index 8db825a01..d3b799e91 100644
--- a/.github/workflows/pull-request-robot.yml
+++ b/.github/workflows/pull-request-robot.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: "pull-request-robot"
+name: "Pull Request Robot"
 on:
   - pull_request_target