Skip to content

Commit c780eef

Browse files
committed
Mention check-commits = false for triagebot [issue-links]
1 parent 648ca18 commit c780eef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/triagebot/issue-links.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ This feature is enabled on a repository by having a `[issue-links]` table in `tr
1919
[issue-links]
2020
```
2121

22+
### Without commits checking
23+
24+
```toml
25+
[issue-links]
26+
check-commits = false # defaults to true
27+
```
28+
2229
## Implementation
2330

2431
See [`src/handlers/issue_links.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/issue_links.rs) and [`src/handlers/check_commits/issue_links.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/check_commits/issue_links.rs).

0 commit comments

Comments
 (0)