Skip to content

Commit f50ddc0

Browse files
committed
Add checks permission to combine-prs
1 parent b221f3f commit f50ddc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/combine-prs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
permissions:
99
contents: write
1010
pull-requests: write
11+
checks: read
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: combine-prs

0 commit comments

Comments
 (0)