User Access
Enterprise Plan administrators can control which GitHub users can trigger automatic Augment Code Review using two complementary features: Allowlist Mode and Deny List. Administrators can manage permissions at User Access for Code Review.Allowlist Mode
When Allowlist Mode is active, only users in the allowlist will be able to trigger Augment Code Review. Automatic and manual reviews will be disabled for all other users. This is useful for organizations that want to limit access to the feature to a select group of users. To enable Allowlist Mode:- Navigate to User Access for Code Review
- Toggle on Allowlist Mode
- Add GitHub usernames to the allowlist by entering them in the input field (separated by commas or spaces)
- Press Enter or click Add to add users to the list
If you enable Allowlist Mode, you must add at least one user to the allowlist. Otherwise, no users will be able to trigger Augment Code Review.
Deny List
The Deny List allows administrators to prevent specific GitHub users from triggering Augment Code Review. Users on the Deny List will not trigger code reviews, regardless of allowlist settings. Manual reviews can still be triggered by users not on the Deny List for a PR that was opened by a user on the Deny List. This feature is useful for:- Excluding bot accounts from triggering reviews
- Temporarily preventing specific users from triggering automatic reviews
- Managing exceptions to your allowlist configuration
- Navigate to User Access for Code Review
- Scroll to the Deny List section
- Add GitHub usernames to the deny list by entering them in the input field (separated by commas or spaces)
- Press Enter or click Add to add users to the list
The Deny List takes precedence over the Allowlist. If a user is on both lists, they will not be able to trigger automatic code reviews.