Skip to content

Commit c9813ce

Browse files
workflows add stale.yml
1 parent 69e9348 commit c9813ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/stale.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'Close stale issues and PR'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
workflow_dispatch: # 允许手动触发
6+
7+
jobs:
8+
stale:
9+
uses: open-vela/public-actions/.github/workflows/stale.yml@trunk
10+
secrets: inherit
11+

0 commit comments

Comments
 (0)