yuxiqian opened a new pull request, #3839:
URL: https://github.com/apache/flink-cdc/pull/3839

   This PR contains some pretty trivial fixes on our GHA workflows:
   
   * Changes PR stale cycle to 120d / 60d
   
   Now, our `actions/stale` workflow closes inactive PRs with a 60 / 30 days 
cycle, that is to say, 60 days' inactive to label it "Stale" and 30 more days 
to close it. But it turns out to be too eager and have accidentally closed many 
useful PRs.
   
   This change has been discussed with other maintainers.
   
   * Update outdated "Labeler"
   
   Labeler can automatically detect what files have been touched, and 
categorize PRs with suitable labels, based on a predefined ruleset. It's just a 
routine update on the rule definition.
   
   * Run nightly CI on a more "random" time instead of 00:00 UTC
   
   There are really too much CI workflows scheduled to run on UTC midnight that 
Apache's download server could not handle ([like 
this](https://github.com/apache/flink-cdc/actions/runs/12497630902/job/34870461577)).
 Changing it to another "arbitrary" time to reduce such failure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to