File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed
Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments