Rendered link

Rendered links are simple hyperlinks that are automatically added (and updated) to a PR description by triagebot.

Configuration

This feature is enabled on a repository by having a [rendered-link] table in triagebot.toml:

[rendered-link]
trigger-files = ["posts/"]

The trigger-files key configures which directories are watched for modification, with the “Rendered link” pointing to the first file matching.

Implementation

See src/handlers/rendered_link.rs.