Skip to content

Commit e674e29

Browse files
kgpaifacebook-github-bot
authored andcommitted
Change stale bot daysUntilStale to 10 years. (facebookincubator#2798)
Summary: Unfortunately removing old stale bot configuration has made Stalebot more aggressive rather than turning it off. This change increases window to a large value to effectively disable it. Pull Request resolved: facebookincubator#2798 Reviewed By: kagamiori Differential Revision: D40229587 Pulled By: kagamiori fbshipit-source-id: f65dfb10d20c94ddc773cd708983273ff4c59a18
1 parent 0275a64 commit e674e29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/stale.yml

+13
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,16 @@ pulls:
2222
recent activity. If you'd still like this PR merged, please comment on the PR,
2323
make sure you've addressed reviewer comments, and rebase on the latest main.
2424
Thank you for your contributions!
25+
26+
27+
issues:
28+
daysUntilStale: 3650 # 10 years
29+
exemptLabels:
30+
- bug
31+
markComment: >
32+
This issue has been automatically marked as stale because it has not had
33+
any activity in the last year. If you feel that this issue is important,
34+
add a comment explaining why the issue is still relevant and the stale tag
35+
will be removed; otherwise it will be closed in 14 days. This is an attempt to
36+
ensure that our open issues remain valuable and relevant so that we can keep
37+
track of what needs to be done and prioritize the right things.

0 commit comments

Comments
 (0)