Skip to content

Commit 62bf997

Browse files
authored
Merge pull request #850 from Urgau/issue-links-wo-commits
Mention `check-commits = false` for triagebot `[issue-links]`
2 parents 648ca18 + c780eef commit 62bf997

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)