Skip to main contentSetting up Code Review
To set up Code Review for your Unblocked team, select Code Review from the left sidebar. Next click Set Up Code Review. If you haven’t connected your issue tracker, you’ll be prompted to do so.
Once Code Review is enabled, you can adjust the settings to control how reviews are conducted. Click Settings in the sidebar, then select Code Review.
Select repositories
Unblocked will automatically review pull requests only for repositories you select.
Excluded paths
You can configure custom path exclusion patterns to exclude specific files or directories from review.
These patterns use glob syntax and are applied when processing pull requests.
Common exclusion patterns include *.md to exclude all Markdown files at any depth, src/test/** to exclude all files under a specific directory from the repository root, and package-lock.json to exclude specific files. You can also exclude entire directories like node_modules/** or file types like *.generated.js.
Code Review user access
Use the Code Review User Access setting to control which users are eligible to receive automated code reviews.
By default, All Users is selected, so Unblocked will review pull requests for everyone in your workspace.
To limit reviews to specific people, choose Specific Users and select the users you want from the list.
Only pull requests authored by those users will receive automated code reviews.
