Skip to content

Commit 3488281

Browse files
committed
[CI] Chore: Update PR stale time to 7 days (#5417)
CNCT-2336 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the configuration for stale issues and pull requests in the `.github/workflows/stale.yml` file, reducing the inactivity duration before marking them as stale and the time before they are closed. ### Detailed summary - Changed `days-before-stale` from 30 to 7. - Changed `days-before-close` from 5 to 2. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent c93755e commit 3488281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
stale-issue-message: 'This issue has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
1313
stale-pr-message: 'This PR has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
14-
days-before-stale: 30
15-
days-before-close: 5
14+
days-before-stale: 7
15+
days-before-close: 2

0 commit comments

Comments
 (0)