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.
[rendered-link]
1 parent 16c1a06 commit b913963Copy full SHA for b913963
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
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