mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
gha: stale: Fix typo action -> actions
This is causing the following error: ``` Unable to resolve action action/stale, repository not found ``` Fixes: #8347 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
a7a14e33d8
commit
6abcf03611
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: action/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
start-date: '2023-05-01T00:00:00Z'
|
start-date: '2023-05-01T00:00:00Z'
|
||||||
stale-pr-message: 'This PR has been opened without with no activity for 180 days. Comment on the issue otherwise it will be closed in 7 days'
|
stale-pr-message: 'This PR has been opened without with no activity for 180 days. Comment on the issue otherwise it will be closed in 7 days'
|
||||||
|
Loading…
Reference in New Issue
Block a user