Skip to content

Commit

Permalink
chore: bump GH stale action to v3 (cloudevents#243)
Browse files Browse the repository at this point in the history
This is the first version that actually avoids closing stale issues if `days-before-close < 0`.

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance authored Jul 7, 2020
1 parent 51035dc commit 90a9984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
triage_issues:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
Expand Down

0 comments on commit 90a9984

Please # to comment.