[FLINK-37533][CI] Reduce the stale PR github action timeouts #26336
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FLINK-37026 enabled the Stale PR GitHub Action and this has been running successfully for several months, labelling PRs older than 6 months as "stale".
The initial time-outs for the Stale PR action were 6 months inactive with 3 further months of no action before closing. This was done to give time for PR authors to react to the new action. However, during the discussion it was suggested that 3 months inactive with 1 month to respond was the typical configuration used on other Apache projects and should also be used for Flink. It was decided to start with longer time-outs and move to the standard ones once the stability of the action was confirmed.
Now that the action has been running for some time with no issues, we should reduce the time-outs to the proposed Apache standard configuration (90 days inactive with 30 to respond). This will allow us to start clearing the oldest stale PRs.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation