Skip to content

Commit daecb63

Browse files
committed
Mention rust_team_data usage when changing it
1 parent 0febab9 commit daecb63

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

triagebot.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file's format is documented at
2+
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
4+
# NOTE: Due to this repository security requirements, triagebot/rustbot can't have
5+
# write permissions. This means that any features that requires write permissions
6+
# (like adding labels, updating comments, ...) WILL not work.
7+
#
8+
# Posting comments is fine though.
9+
10+
[mentions."rust_team_data/src/v1.rs"]
11+
message = """
12+
`rust_team_data/src/v1.rs` has been modified, it is used (as a git dependency) by multiple sub-projects like \
13+
[triagebot](https://github.com/rust-lang/triagebot), the [www.rust-lang.org](https://github.com/rust-lang/www.rust-lang.org) website and others.
14+
15+
If you are changing the data structures, please make sure that the changes are not going to break serde deserialization \
16+
(adding a field is fine; removing or renaming a field isn't).
17+
18+
If you must do a breaking change to the format, make sure to coordinate it with \
19+
[all the users](https://github.com/search?q=org%3Arust-lang+%2Fname+%3D+%22rust_team_data%22%2F+NOT+repo%3Arust-lang%2Fteam+NOT+repo%3Arust-lang%2Fsync-team&type=code) \
20+
of the `rust_team_data` crate.
21+
"""
22+
cc = ["@Urgau"]

0 commit comments

Comments
 (0)