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
# 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) \
0 commit comments