File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 3030 - [ Note] ( ./triagebot/note.md )
3131 - [ Notifications] ( ./triagebot/notifications.md )
3232 - [ Pinging] ( ./triagebot/pinging.md )
33+ - [ Rendered link] ( ./triagebot/rendered-link.md )
3334 - [ Requesting Prioritization] ( ./triagebot/requesting-prioritization.md )
3435 - [ Review Changes Requested] ( ./triagebot/review-submitted.md )
3536 - [ Review Requested] ( ./triagebot/review-requested.md )
Original file line number Diff line number Diff line change 1+ # Rendered link
2+
3+ Rendered links are simple hyperlinks that are automatically added (and updated) to a PR description by triagebot.
4+
5+ ## Configuration
6+
7+ This feature is enabled on a repository by having a ` [rendered-link] ` table in ` triagebot.toml ` :
8+
9+ ``` toml
10+ [rendered-link ]
11+ trigger-files = [" posts/" ]
12+ ```
13+
14+ The ` trigger-files ` key configures which directories are watched for modification, with the "Rendered link" pointing to the first file matching.
15+
16+ ## Implementation
17+
18+ See [ ` src/handlers/rendered_link.rs ` ] ( https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/rendered_link.rs ) .
You can’t perform that action at this time.
0 commit comments