Skip to content

Commit 2a17b54

Browse files
authored
chore: extend period before issue is marked as stale (#763)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent 6c93907 commit 2a17b54

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
@@ -17,8 +17,8 @@ jobs:
1717
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
20-
days-before-stale: 60
21-
days-before-close: 10
20+
days-before-stale: 90
21+
days-before-close: 20
2222
# Issue settings
2323
stale-issue-message: >
2424
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)