chore: bump GH stale action to v3 (#243)
This is the first version that actually avoids closing stale issues if `days-before-close < 0`. Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
51035dc65b
commit
90a998472c
|
@ -8,7 +8,7 @@ jobs:
|
||||||
triage_issues:
|
triage_issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v1
|
- uses: actions/stale@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
|
||||||
|
|
Loading…
Reference in New Issue