Skip to content

Commit f54e703

Browse files
CopilotGlobalHive
andcommitted
fix(stale): add required write permissions to stale workflow
Co-authored-by: GlobalHive <20327081+GlobalHive@users.noreply.github.com>
1 parent bf73bd4 commit f54e703

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
stale:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
issues: write
13+
pull-requests: write
1114
steps:
1215
- name: Run stale action
1316
uses: actions/stale@v9

0 commit comments

Comments
 (0)