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 7b9860b commit f2303d2Copy full SHA for f2303d2
.github/workflows/aicodebot.yml
@@ -4,10 +4,12 @@ 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
+#permissions:
+# pull-requests: write
+# issues: write
+# contents: write
11
+# Temporary grant all for testing
12
+permissions: write-all
13
14
jobs:
15
review:
0 commit comments