Skip to content

Commit

Permalink
add ascending because of the rate limit (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro authored Nov 10, 2024
1 parent a63e633 commit 92c1bc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'

Expand All @@ -9,6 +10,8 @@ jobs:
steps:
- uses: actions/stale@v9
with:
ascending: true
days-before-close: 14
stale-issue-message: 'Issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message: 'Pull request has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message: 'Pull request has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
close-issue-reason: 'not_planned'

0 comments on commit 92c1bc5

Please sign in to comment.