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
2 changes: 1 addition & 1 deletion src/triagebot/mentions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Each key in the table should either be a path in the repo or should be a string

Triagebot will check for modifications:
- to any file that **starts with** the given path when `type="filename"` (the default)
- or to any modified lines of the PR when `type="content"`
- or to any added lines of the PR when `type="content"`

For example, `library/std` would match anything under the `library/std` directory like `library/std/src/process.rs`.

Expand Down