Skip to content

Commit cc5e292

Browse files
eskabetxe1996fanrui
authored andcommitted
[FLINK-35978] Adapt labelling of boring cyborg to new modules
1 parent e198a25 commit cc5e292

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

.github/boring-cyborg.yml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,35 @@ labelPRBasedOnFilePath:
2424
component=Documentation:
2525
- docs/**/*
2626

27-
component=Connectors/JDBC:
28-
- flink-connector-jdbc*/**/*
29-
- flink-sql-connector-jdbc*/**/*
27+
component=JDBC/Core:
28+
- flink-connector-jdbc-core/**/*
29+
30+
component=JDBC/CrateDB:
31+
- flink-connector-jdbc-cratedb/**/*
32+
33+
component=JDBC/DB2:
34+
- flink-connector-jdbc-db2/**/*
35+
36+
component=JDBC/MySql:
37+
- flink-connector-jdbc-mysql/**/*
38+
39+
component=JDBC/OceanBase:
40+
- flink-connector-jdbc-oceanbase/**/*
41+
42+
component=JDBC/Oracle:
43+
- flink-connector-jdbc-oracle/**/*
44+
45+
component=JDBC/Postgres:
46+
- flink-connector-jdbc-postgres/**/*
47+
48+
component=JDBC/Shaded:
49+
- flink-connector-jdbc/**/*
50+
51+
component=JDBC/SqlServer:
52+
- flink-connector-jdbc-sqlserver/**/*
53+
54+
component=JDBC/Trino:
55+
- flink-connector-jdbc-trino/**/*
3056

3157
###### IssueLink Adder #################################################################################################
3258
# Insert Issue (Jira/Github etc) link in PR description based on the Issue ID in PR title.

flink-connector-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<artifactId>flink-connector-jdbc</artifactId>
33-
<name>Flink : Connectors : JDBC</name>
33+
<name>Flink : Connectors : JDBC : Shaded</name>
3434

3535
<packaging>jar</packaging>
3636

0 commit comments

Comments
 (0)