Skip to content

Commit 26b5cd3

Browse files
authored
chore: Update .github/workflows/stale.yml [skip ci]
1 parent b658042 commit 26b5cd3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 5 additions & 1 deletion
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)