Skip to content

Commit 905cdf6

Browse files
committed
Add documentation to RenderedLinkConfig fields
1 parent 1496c0c commit 905cdf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,9 @@ pub(crate) struct BotPullRequests {}
496496
#[serde(rename_all = "kebab-case")]
497497
#[serde(deny_unknown_fields)]
498498
pub(crate) struct RenderedLinkConfig {
499+
/// List of paths to watch for modifications
499500
pub(crate) trigger_files: Vec<String>,
501+
/// List of paths to exclude from watching for modifications
500502
#[serde(default)]
501503
pub(crate) exclude_files: Vec<String>,
502504
}

0 commit comments

Comments
 (0)