Skip to content

Commit 2911449

Browse files
authored
Look at stale issues in ascending order (#6396)
This tool has been ignoring the most stale of our issues, seemingly because it's looking at the most recent ones first, and pagination makes it not look at the oldest.
1 parent 7cb322a commit 2911449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-stale.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
days-before-issue-close: 744
2424
exempt-issue-labels: 'never stale'
2525
exempt-pr-labels: 'never stale'
26+
ascending: true

0 commit comments

Comments
 (0)