We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec8724 commit 040509dCopy full SHA for 040509d
.github/workflows/stale.yml
@@ -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