8000 build: Increase min stale time to 180 days · go-git/go-git@3624ec1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3624ec1

Browse files
committed
build: Increase min stale time to 180 days
To decrease the noise generated by the stalebot increase the minimum amount of days to 180 days. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent f61638f commit 3624ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-issues-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ascending: true
1717
operations-per-run: 30
18-
days-before-stale: 90
18+
days-before-stale: 180
1919
days-before-close: 30
2020
stale-issue-label: stale
2121
stale-pr-label: stale

0 commit comments

Comments
 (0)
0