File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 30
30
- [ Note] ( ./triagebot/note.md )
31
31
- [ Notifications] ( ./triagebot/notifications.md )
32
32
- [ Pinging] ( ./triagebot/pinging.md )
33
+ - [ Rendered link] ( ./triagebot/rendered-link.md )
33
34
- [ Requesting Prioritization] ( ./triagebot/requesting-prioritization.md )
34
35
- [ Review Changes Requested] ( ./triagebot/review-submitted.md )
35
36
- [ 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