From 769ad29c3ec2c1925a85652254b0368c1fd3f0c5 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 8 Nov 2023 11:21:44 +0200 Subject: [PATCH] triagebot.toml: use inclusive language --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 69bbbdb03bf43..b51a91c7452dc 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 = "Third-party dependency allowlist 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"]