mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
[ci] Run stale job on schedule (#1555)
This commit is contained in:
parent
04766ee5d7
commit
9b55204283
1 changed files with 4 additions and 5 deletions
9
.github/workflows/stale.yml
vendored
9
.github/workflows/stale.yml
vendored
|
@ -3,10 +3,10 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
name: 'Close stale issues and PRs'
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '30 1 * * *'
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
@ -14,7 +14,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
debug-only: true
|
||||
stale-issue-label: Status:Stale
|
||||
stale-pr-label: Status:Stale
|
||||
stale-issue-message: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue