Skip to content

Commit c3bd2a7

Browse files
chore: Adding missing permissions to stale workflow
1 parent 9fd4ab5 commit c3bd2a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
name: 'Close stale issues and PRs'
1+
name: "Close stale issues and PRs"
22
on:
33
workflow_dispatch:
44
schedule:
55
# Happen once per day at 1:30 AM
6-
- cron: '30 1 * * *'
6+
- cron: "30 1 * * *"
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
711

812
jobs:
913
sdk-close-stale:

0 commit comments

Comments
 (0)