Skip to content

Commit 90a9984

Browse files
authored
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>
1 parent 51035dc commit 90a9984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
triage_issues:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v1
11+
- uses: actions/stale@v3
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'

0 commit comments

Comments
 (0)