We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b21a0a commit 5135a7fCopy full SHA for 5135a7f
1 file changed
.github/workflows/probot-check-group.yml
@@ -6,8 +6,9 @@ on:
6
7
permissions:
8
pull-requests: write
9
+ issues: write
10
contents: read
- checks: write
11
+ checks: read
12
statuses: write
13
14
concurrency:
@@ -16,7 +17,6 @@ concurrency:
16
17
18
jobs:
19
required-jobs:
- permissions: write-all
20
runs-on: ubuntu-latest
21
if: github.event.pull_request.draft == false
22
timeout-minutes: 71 # in case something is wrong with the internal timeout
0 commit comments