diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-11-08 12:19:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 12:19:32 +0200 |
| commit | 03435e6fdd42a6b810e9a0fcbafd89f8935b72fc (patch) | |
| tree | 3ea6bee63829aea56252f874f7d36ef6bbb5fba7 | |
| parent | 769ad29c3ec2c1925a85652254b0368c1fd3f0c5 (diff) | |
| download | rust-03435e6fdd42a6b810e9a0fcbafd89f8935b72fc.tar.gz rust-03435e6fdd42a6b810e9a0fcbafd89f8935b72fc.zip | |
accept review suggestion
Co-authored-by: joboet <jonasboettiger@icloud.com>
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index b51a91c7452..4c8c1c59beb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -579,7 +579,7 @@ Otherwise, you can ignore this comment. message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version." [mentions."src/tools/tidy/src/deps.rs"] -message = "Third-party dependency allowlist may have been modified! You must ensure that any new dependencies have compatible licenses before merging." +message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging." cc = ["@davidtwco", "@wesleywiser"] [mentions."src/bootstrap/src/core/config"] |
