Skip to content

Commit 5135a7f

Browse files
authored
ci: grant minimum permissions to probot (#21687)
* update * update * update * update * update
1 parent 1b21a0a commit 5135a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/probot-check-group.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66

77
permissions:
88
pull-requests: write
9+
issues: write
910
contents: read
10-
checks: write
11+
checks: read
1112
statuses: write
1213

1314
concurrency:
@@ -16,7 +17,6 @@ concurrency:
1617

1718
jobs:
1819
required-jobs:
19-
permissions: write-all
2020
runs-on: ubuntu-latest
2121
if: github.event.pull_request.draft == false
2222
timeout-minutes: 71 # in case something is wrong with the internal timeout

0 commit comments

Comments
 (0)