Skip to content

Commit 9ad91c7

Browse files
authored
Update stale.yml
1 parent c9a5c5a commit 9ad91c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: 'Close stale issues and PRs'
22
on:
3-
schedule:
4-
- cron: '0 0 * * *'
3+
schedule:
4+
- cron: '0 0 * * *'
55
workflow_dispatch:
6+
67
permissions:
78
contents: write # only for delete-branch option
89
issues: write

0 commit comments

Comments
 (0)