Skip to content

Commit cf16b78

Browse files
Merge pull request #3578 from cncf/dependabot/github_actions/actions/stale-10.1.0
Bump actions/stale from 10.0.0 to 10.1.0
2 parents 58ee8ee + 6e58e6d commit cf16b78

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
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 1 # Default: 360
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/stale@v10.0.0
30+
- uses: actions/stale@v10
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
stale-issue-message: 'This issue/PR is stale because it has been inactive for 60 days. This issue/PR will be closed automatically with additional 20 days of inactivity. If an update/comment occur on stale issue/PR, the stale label will be removed and the timer will restart. Closed issue/PR can be reopened if necessary.'

0 commit comments

Comments
 (0)