mirror of
https://github.com/open-vela/apps.git
synced 2025-12-20 01:10:11 +08:00
12 lines
222 B
YAML
12 lines
222 B
YAML
name: 'Close stale issues and PR'
|
|
on:
|
|
schedule:
|
|
- cron: '30 1 * * *'
|
|
workflow_dispatch: # 允许手动触发
|
|
|
|
jobs:
|
|
stale:
|
|
uses: open-vela/public-actions/.github/workflows/stale.yml@dev
|
|
secrets: inherit
|
|
|