Skip to content

Commit cd5ef69

Browse files
authored
Update stale_issue.yaml to auto-close after 100 years (#807)
1 parent 2ebc092 commit cd5ef69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stale_issue.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
# Issue timing
3333
days-before-stale: 7
3434
days-before-close: 4
35-
# TODO: Change back to 365 once the SDK is GA
36-
days-before-ancient: 10000
35+
days-before-ancient: 36500
3736

3837
# If you don't want to mark a issue as being ancient based on a
3938
# threshold of "upvotes", you can set this here. An "upvote" is

0 commit comments

Comments
 (0)