forked from rust-lang/triagebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtriagebot.toml
More file actions
51 lines (40 loc) · 1.25 KB
/
Copy pathtriagebot.toml
File metadata and controls
51 lines (40 loc) · 1.25 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
47
48
49
50
51
[relabel]
allow-unauthenticated = ["bug", "invalid", "question", "enhancement"]
[assign]
[note]
[lock]
[concern]
labels = ["has-concerns"]
[major-change]
enabling_label = "major-change"
meeting_label = "to-announce"
second_label = "final-comment-period"
concerns_label = "has-concerns"
accept_label = "major-change-accepted"
waiting_period = 1
auto_closing = true
# can be found by looking for the first number in URLs, e.g. https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler
zulip_stream = 224082
zulip_ping = "Urgau"
[major-change.tracking-issue-template]
repository = "triagebot"
title = "Test tracking issue for MCP#${mcp_number}"
body = """
Multi line body for ${mcp_issue}: ${mcp_title}
Created by ${mcp_author}
"""
labels = ["A-mcp"]
[ping.wg-meta]
message = """\
This is just testing some functionality, please ignore this ping.
"""
label = "help wanted"
[review-changes-since]
[mentions."src/gh_comments/"]
message = """\
Static files in `src/gh_comments/` were modified, make sure to update their version number in `src/gh_comments.rs` to bust the client cache.
"""
[mentions."src/gha_logs/"]
message = """\
Static files in `src/gha_logs/` were modified, make sure to update their version number in `src/gha_logs.rs` to bust the client cache.
"""