Skip to content

Commit

Permalink
chore(ci): improve stale behaviour
Browse files Browse the repository at this point in the history
- pull in @main to get "continuation" behaviour from PR 1033
- set 'ascending' to process issues in least-recently-updated order

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Aug 24, 2023
1 parent b1bf950 commit bbf6ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@main # make use of https://github.com/actions/stale/pull/1033
with:
ascending: true
days-before-stale: 90
days-before-close: 30
stale-issue-message: >-
Expand Down

0 comments on commit bbf6ee4

Please sign in to comment.