Skip to content

Commit e207f40

Browse files
authored
refactor: update the config to auto close stale pr (calcom#24701)
1 parent 4ca2076 commit e207f40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cron-stale-issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
days-before-close: -1
2121
days-before-issue-stale: 60
2222
days-before-issue-close: -1
23-
days-before-pr-stale: 14
24-
days-before-pr-close: -1
25-
stale-pr-message: "This PR is being marked as stale due to inactivity."
26-
close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued."
23+
days-before-pr-stale: 7
24+
days-before-pr-close: 14
25+
stale-pr-message: "This PR has been marked as stale due to inactivity. If you're still working on it or need any help, please let us know or update the PR to keep it active."
26+
close-pr-message: "This PR has been closed due to inactivity. Please feel free to reopen it if you'd like to continue the work."
2727
operations-per-run: 100

0 commit comments

Comments
 (0)