Skip to content

Commit 8e6f0f0

Browse files
authored
Process stale issues from oldest to newest (#1539)
* process stale issues from oldest to newest and increase operations / run * process issues from oldest to newest in stale workflow
1 parent b8acf53 commit 8e6f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
exempt-all-assignees: true
3232
exempt-all-milestones: true
33-
ascending: false
33+
ascending: true
3434
operations-per-run: 100
3535
debug-only: false

0 commit comments

Comments
 (0)