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.
2 parents 660f0cf + d1bf1f2 commit f66bf59Copy full SHA for f66bf59
src/triagebot/mentions.md
@@ -14,7 +14,7 @@ Each key in the table should either be a path in the repo or should be a string
14
15
Triagebot will check for modifications:
16
- to any file that **starts with** the given path when `type="filename"` (the default)
17
- - or to any modified lines of the PR when `type="content"`
+ - or to any added lines of the PR when `type="content"`
18
19
For example, `library/std` would match anything under the `library/std` directory like `library/std/src/process.rs`.
20
0 commit comments