mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
Merge pull request #8368 from fidencio/topic/gha-stale-fixes
gha: stale: Fix typo and allow manually triggering it
This commit is contained in:
3
.github/workflows/stale.yaml
vendored
3
.github/workflows/stale.yaml
vendored
@@ -2,12 +2,13 @@ name: 'Automatically close stale PRs'
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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'
|
||||||
|
Reference in New Issue
Block a user