Skip to content

Commit 3e16a66

Browse files
authored
[hotfix][build] Miscellaneous fixes on GHA workflows
This closes #3839
1 parent 8815f2b commit 3e16a66

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/labeler.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ e2e-tests:
3939
- flink-cdc-e2e-tests/**/*
4040
migration-tests:
4141
- flink-cdc-migration-tests/**/*
42+
add-ons:
43+
- flink-cdc-pipeline-model/**/*
44+
- flink-cdc-pipeline-udf-examples/**/*
4245
base:
4346
- flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/*
4447
debezium:
45-
- flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-debezium/**/*
48+
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-debezium/**/*
4649
connector-test-util:
4750
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/*
4851
db2-cdc-connector:
@@ -86,3 +89,7 @@ starrocks-pipeline-connector:
8689
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/*
8790
elasticsearch-pipeline-connector:
8891
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/**/*
92+
oceanbase-pipeline-connector:
93+
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oceanbase/**/*
94+
maxcompute-pipeline-connector:
95+
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/**/*

.github/workflows/close_stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
close-issue-message: >
4242
This issue has been closed because Flink CDC doesn't use GitHub issue trackers.
4343
# Stale PRs
44-
days-before-pr-stale: 60
45-
days-before-pr-close: 30
44+
days-before-pr-stale: 120
45+
days-before-pr-close: 60
4646
stale-pr-message: >
4747
This pull request has been automatically marked as stale because it has not had recent
48-
activity for 60 days. It will be closed in 30 days if no further activity occurs.
48+
activity for 120 days. It will be closed in 60 days if no further activity occurs.
4949
close-pr-message: >
5050
This pull request has been closed because it has not had recent activity. You could reopen it
5151
if you try to continue your work, and anyone who are interested in it are encouraged to continue

.github/workflows/flink_cdc_ci_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name: Flink CDC CI Nightly
1717
on:
1818
schedule:
19-
- cron: '0 0 * * *' # Deploy every day
19+
- cron: '43 0 * * *' # Run daily, but not at 00:00 UTC to avoid job failure due to network throttle
2020
workflow_dispatch:
2121

2222
concurrency:

0 commit comments

Comments
 (0)