Skip to content

Commit d4cc5d8

Browse files
committed
ci: automate stale labeling for inactive draft PRs
ci: automate stale labeling for inactive draft PRs
1 parent 14d5c80 commit d4cc5d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Mark and close stale items
33
on:
44
schedule:
55
- cron: '0 12 * * *'
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)