Skip to content

Commit c2ab585

Browse files
committed
change on trigger because could not test in PR
1 parent b5e15a7 commit c2ab585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Close stale issues
22
on:
3-
workflow_dispatch
3+
schedule:
4+
- cron: '*/15 * * * *'
45

56
jobs:
67
stale:

0 commit comments

Comments
 (0)