Skip to content

Commit 88f9108

Browse files
authored
Merge pull request #923 from Urgau/rendered-link-upd
Update triagebot `[rendered-link]` documentation
2 parents 201e18f + b913963 commit 88f9108

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/triagebot/rendered-link.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ This feature is enabled on a repository by having a `[rendered-link]` table in `
99
```toml
1010
[rendered-link]
1111
trigger-files = ["posts/"]
12+
exclude-files = ["posts/SUMMARY.md"]
1213
```
1314

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.
1518

1619
## Implementation
1720

0 commit comments

Comments
 (0)