Skip to content

Commit d503f19

Browse files
authored
ci: fix stale.yml (#20010)
1 parent 0bb777a commit d503f19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
schedule:
55
- cron: "31 22 * * *" # Runs every day at 10:31 PM UTC
66

7-
permissions: read-all
7+
permissions:
8+
issues: write
9+
pull-requests: write
810

911
jobs:
1012
stale:

0 commit comments

Comments
 (0)