diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2023-11-09 11:36:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 11:36:53 +0900 |
| commit | 6533c62ce74ff6b32a93751bc76481a92b5cddf5 (patch) | |
| tree | 71be47a1c0db501b579d2d3be374ff4bc38e09ef | |
| parent | b4fa5b70046b9411321c5889147e79ddb32e39e9 (diff) | |
| parent | 03435e6fdd42a6b810e9a0fcbafd89f8935b72fc (diff) | |
| download | rust-6533c62ce74ff6b32a93751bc76481a92b5cddf5.tar.gz rust-6533c62ce74ff6b32a93751bc76481a92b5cddf5.zip | |
Rollup merge of #117705 - tshepang:patch-2, r=Nilstrieb
triagebot.toml: use inclusive language
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 69bbbdb03bf..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 whitelist 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"] |
