Skip to content

Commit

Permalink
stale action: Configure again (PX4#21785)
Browse files Browse the repository at this point in the history
Having newline between I think didn't apply the PR stale days setting of
30 properly (it was using 45)

And it seemd that unless I set the days-before-close to -1
intentionally, it would still close the Issue/PRs, as the default value
is 7 already.

Also updated version of the stale action to v8
  • Loading branch information
junwoo091400 authored and harrisondragoon committed Jun 30, 2023
1 parent b05ac01 commit 6eee5bb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4.1.1
- uses: actions/stale@v8
with:
days-before-issue-stale: 30
days-before-stale: 30
days-before-close: -1
stale-issue-label: 'stale'

days-before-pr-stale: 30
stale-pr-label: 'stale'

remove-stale-when-updated: true
debug-only: true

0 comments on commit 6eee5bb

Please sign in to comment.