Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1fe67a1

Browse files
authored
make stale less aggressive (#3681)
1 parent ce77cb5 commit 1fe67a1

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
@@ -12,6 +12,6 @@ jobs:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.'
1414
stale-pr-message: 'This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.'
15-
days-before-stale: 30
16-
days-before-close: 7
15+
days-before-stale: 60
16+
days-before-close: 14
1717
operations-per-run: 100

0 commit comments

Comments
 (0)