forked from rust-lang/triagebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrust-lang.triagebot.toml
More file actions
46 lines (40 loc) · 1.58 KB
/
rust-lang.triagebot.toml
File metadata and controls
46 lines (40 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# This file defines the default configuration for the entire `rust-lang` organization.
#
# The available configuration options and features are the same as those in the `triagebot.toml` repository,
# except that each configuration entry can include an `excluded-repos = ["rust-lang/foo"]` option.
# Adds a "View changes since this review" link at the end of a review body to view
# the changes that happened since the review
# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
[review-changes-since]
excluded-repos = [
"rust-lang/team", # no write permissions
]
# Adds a comment linking to triagebot range-diff viewer when a PR is rebased
# onto a different base commit
# Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
[range-diff]
# Enable issue transfers within the org
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
[transfer]
excluded-repos = [
"rust-lang/team", # no write permissions
]
# Enable manual assignments in PRs using `r? name`
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
[assign]
warn_non_default_branch = true
excluded-repos = [
"rust-lang/team", # no write permissions
]
# Enable `@rustbot note` functionality
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
[note]
excluded-repos = [
"rust-lang/team", # no write permissions
]
# Allow members to formally register concerns (`@rustbot concern my concern`)
# Documentation at: https://forge.rust-lang.org/triagebot/concern.html
[concern]
excluded-repos = [
"rust-lang/team", # no write permissions
]