Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
6cf4a63
1
Parent(s):
4f92262
build(deps): bump actions/stale from 5 to 8
Browse filesBumps [actions/stale](https://github.com/actions/stale) from 5 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v8)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/stale.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
-
- uses: actions/stale@
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
+
- uses: actions/stale@v8
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|