mirror of https://github.com/facebook/jest.git
chore(deps): update actions/stale action to v9 (#14744)
This commit is contained in:
parent
ed2abeda0f
commit
9da5ce2716
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: 'Close month old issues and PRs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
start-date: '2022-01-01T00:00:00Z'
|
||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
name: 'Close year old issues and PRs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
stale-issue-message: 'This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
|
||||
stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
|
||||
|
|
Loading…
Reference in New Issue