From 3e16a66972a646ffb0b52571a9bef896940b720e Mon Sep 17 00:00:00 2001 From: yuxiqian <34335406+yuxiqian@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:21:24 +0800 Subject: [PATCH] [hotfix][build] Miscellaneous fixes on GHA workflows This closes #3839 --- .github/labeler.yml | 9 ++++++++- .github/workflows/close_stale.yml | 6 +++--- .github/workflows/flink_cdc_ci_nightly.yml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 267690ec4..2ce49823a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -39,10 +39,13 @@ e2e-tests: - flink-cdc-e2e-tests/**/* migration-tests: - flink-cdc-migration-tests/**/* +add-ons: + - flink-cdc-pipeline-model/**/* + - flink-cdc-pipeline-udf-examples/**/* base: - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/* debezium: - - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-debezium/**/* + - flink-cdc-connect/flink-cdc-source-connectors/flink-connector-debezium/**/* connector-test-util: - flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/* db2-cdc-connector: @@ -86,3 +89,7 @@ starrocks-pipeline-connector: - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/* elasticsearch-pipeline-connector: - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/**/* +oceanbase-pipeline-connector: + - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oceanbase/**/* +maxcompute-pipeline-connector: + - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/**/* diff --git a/.github/workflows/close_stale.yml b/.github/workflows/close_stale.yml index 538e650a7..7c3f31bd4 100644 --- a/.github/workflows/close_stale.yml +++ b/.github/workflows/close_stale.yml @@ -41,11 +41,11 @@ jobs: close-issue-message: > This issue has been closed because Flink CDC doesn't use GitHub issue trackers. # Stale PRs - days-before-pr-stale: 60 - days-before-pr-close: 30 + days-before-pr-stale: 120 + days-before-pr-close: 60 stale-pr-message: > This pull request has been automatically marked as stale because it has not had recent - activity for 60 days. It will be closed in 30 days if no further activity occurs. + activity for 120 days. It will be closed in 60 days if no further activity occurs. close-pr-message: > This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue diff --git a/.github/workflows/flink_cdc_ci_nightly.yml b/.github/workflows/flink_cdc_ci_nightly.yml index 7a26d870e..456c5f892 100644 --- a/.github/workflows/flink_cdc_ci_nightly.yml +++ b/.github/workflows/flink_cdc_ci_nightly.yml @@ -16,7 +16,7 @@ name: Flink CDC CI Nightly on: schedule: - - cron: '0 0 * * *' # Deploy every day + - cron: '43 0 * * *' # Run daily, but not at 00:00 UTC to avoid job failure due to network throttle workflow_dispatch: concurrency: