mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
chore(deps): bump actions/stale from 10 to 11 (#1265)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
09b77e8ed6
commit
4cf28ec559
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
if: github.repository_owner == 'tj'
|
||||
steps:
|
||||
- uses: "actions/stale@v10"
|
||||
- uses: "actions/stale@v11"
|
||||
with:
|
||||
close-pr-message: "This PR was closed because it has been stalled for 365 days with no activity. Feel free to make a new PR if you wish to continue"
|
||||
days-before-pr-stale: 350
|
||||
|
|
|
|||
Loading…
Reference in a new issue