diff options
| author | Michael Goulet <michael@errs.io> | 2023-08-22 09:00:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 09:00:51 -0700 |
| commit | 266b65a34ae01fd2d6776073d0fb8f7776dd9a3f (patch) | |
| tree | ad1e2c24c660d74734bf26e4f3f6368810342d10 | |
| parent | 634ab606a4f48f7858e2d772dc9274f573d790fa (diff) | |
| parent | d5269a1d7ba86896be6ad158530f7787272c46f9 (diff) | |
| download | rust-266b65a34ae01fd2d6776073d0fb8f7776dd9a3f.tar.gz rust-266b65a34ae01fd2d6776073d0fb8f7776dd9a3f.zip | |
Rollup merge of #115101 - davidtwco:add-licensing-pings, r=wesleywiser
triagebot: add dependency licensing pings If a compiler dependency is added, it's probably worth having that double-checked by compiler co-leads to confirm the licensing is okay. r? `@wesleywiser`
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index b5047fd4344..2f380ef1dda 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -470,6 +470,10 @@ Otherwise, you can ignore this comment. [mentions."src/tools/x"] 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." +cc = ["@davidtwco", "@wesleywiser"] + [mentions."src/bootstrap/defaults/config.compiler.toml"] message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appropriate, please also update `config.codegen.toml` so the defaults are in sync." [mentions."src/bootstrap/defaults/config.codegen.toml"] |
