You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/triagebot/issue-links.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ This feature is enabled on a repository by having a `[issue-links]` table in `tr
19
19
[issue-links]
20
20
```
21
21
22
+
### Without commits checking
23
+
24
+
```toml
25
+
[issue-links]
26
+
check-commits = false# defaults to true
27
+
```
28
+
22
29
## Implementation
23
30
24
31
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