Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions code-review/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ Every key is optional. An empty or absent `config.yaml` doesn't disable filterin

## Exclude scans

The `exclude` block tells Hacktron not to scan a pull or merge request. A match records a **skipped** check and uses no developer seat. On GitHub, excluded bot PRs do not receive a skip comment.
The `exclude` block tells Hacktron not to scan a pull or merge request. A match records a **skipped** check and uses no developer seat.

<Note>
GitHub bot PRs are reviewed automatically only when the source branch belongs
to the same repository. Bot PRs from forks and PRs from outside human
contributors are not scanned automatically. GitLab and Bitbucket bot or
service accounts follow the normal coverage, filter, and seat rules. An
eligible bot author can take a Code Review seat when auto-assignment is on.
Add its username to `exclude.authors` to skip its future PRs or MRs.
Hacktron automatically reviews bot-authored changes only when the provider
identifies the bot as trusted for the target repository. Untrusted bots and
outside contributors are not auto-scanned. Eligible bots follow the same
filters and seat rules as other authors. Add a bot's username to
`exclude.authors` to skip its future changes.
</Note>

Rules are evaluated in this order, first match applies:
Expand Down