forked from Archive/PX4-Autopilot
stale action: Configure again (#21785)
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
This commit is contained in:
parent
3557644010
commit
0196241c10
|
@ -7,13 +7,10 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v4.1.1
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
days-before-issue-stale: 30
|
days-before-stale: 30
|
||||||
|
days-before-close: -1
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
|
|
||||||
days-before-pr-stale: 30
|
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
|
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
debug-only: true
|
|
||||||
|
|
Loading…
Reference in New Issue