We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109b946 + 08bb3e7 commit 765afcdCopy full SHA for 765afcd
1 file changed
.github/workflows/stale.yaml
@@ -0,0 +1,21 @@
1
+# Stale Issue and PR Management
2
+#
3
+# Thin caller for the org-wide reusable stale workflow.
4
+# Configuration and defaults are managed centrally in kagenti/.github.
5
6
+# Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/stale.yaml
7
8
+name: Close Stale Issues and PRs
9
+
10
+on:
11
+ schedule:
12
+ - cron: '0 6 * * *'
13
+ workflow_dispatch:
14
15
+permissions:
16
+ issues: write
17
+ pull-requests: write
18
19
+jobs:
20
+ stale:
21
+ uses: kagenti/.github/.github/workflows/stale.yaml@main
0 commit comments