We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438f10f commit c160ac5Copy full SHA for c160ac5
.github/workflows/aicodebot.yml
@@ -4,23 +4,10 @@ on: [push]
4
5
# Permissions for the GitHub token.
6
# This is so the bot can comment on the commit or pull request with the results of the code review.
7
-#permissions:
8
-# pull-requests: write
9
-# issues: write
10
-# contents: write
11
-# Temporary grant all for testing
12
-
13
permissions:
14
- actions: write
15
- checks: write
16
- contents: write
17
- deployments: write
18
- issues: write
19
- packages: write
20
pull-requests: write
21
- repository-projects: write
22
- security-events: write
23
- statuses: write
+ issues: write
+ contents: write
24
25
jobs:
26
review:
0 commit comments