Skip to content

Commit 364a549

Browse files
authored
chore: Update .github/workflows/stale.yml [skip ci]
1 parent 89eedd7 commit 364a549

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stale.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Close and mark stale issue
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 * * *'
6+
7+
permissions:
8+
issues: write
9+
pull-requests: write
610

711
jobs:
812
stale:

0 commit comments

Comments
 (0)