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: triagebot.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1023,6 +1023,10 @@ Otherwise, you can ignore this comment.
1023
1023
[mentions."src/tools/x"]
1024
1024
message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."
1025
1025
1026
+
[mentions."src/tools/tidy"]
1027
+
message = "There are changes to the `tidy` tool."
1028
+
cc = ["@jieyouxu"]
1029
+
1026
1030
[mentions."src/tools/tidy/src/deps.rs"]
1027
1031
message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
0 commit comments