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 201e18f + b913963 commit 88f9108Copy full SHA for 88f9108
src/triagebot/rendered-link.md
@@ -9,9 +9,12 @@ This feature is enabled on a repository by having a `[rendered-link]` table in `
9
```toml
10
[rendered-link]
11
trigger-files = ["posts/"]
12
+exclude-files = ["posts/SUMMARY.md"]
13
```
14
-The `trigger-files` key configures which directories are watched for modification, with the "Rendered link" pointing to the first file matching.
15
+The `trigger-files` key configures which directories are watched for modification, with the `exclude-files` key to exclude files or directories.
16
+
17
+The "Rendered link" will point to the matching file with the most modifications.
18
19
## Implementation
20
0 commit comments