Skip to content

Commit 6be9c38

Browse files
authored
Disable stale bot (#313)
Per discussion in issue #310, the stale bot is now considered a bad user experience. Change days before stale and close to a high number to disable it, as we cannot remove this configuration until the integration is also removed. Co-authored-by: Matt Finkel <mattf@ziprecruiter.com>
1 parent de60bbe commit 6be9c38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
This issue has been automatically marked as stale because it has not had
1515
recent activity in the last 60 days. It will be closed in 7 days if no further activity occurs.
1616
Thank you for your contributions.
17-
days-before-stale: 60
18-
days-before-close: 7
19-
stale-issue-label: stale
17+
days-before-stale: 9999
18+
days-before-close: 9999
19+
stale-issue-label: stale

0 commit comments

Comments
 (0)