Add Exploit Mitigations PG to triagebot.toml#122429
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use r? to explicitly pick a reviewer |
|
|
221f959 to
0e0888b
Compare
triagebot.toml
Outdated
| cc = ["@nnethercote"] | ||
|
|
||
| [mentions."compiler/rustc_symbol_mangling/src/typeid"] | ||
| cc = ["@project-exploit-mitigations", "@rcvalle"] |
There was a problem hiding this comment.
This won't function the way you expect it will, since @project-exploit-mitigations is not a valid github @ -- it should be written like @rust-lang/project-exploit-mitigations.
There was a problem hiding this comment.
Also, why are you pinging yourself explicitly? You should be pinged as a member of the group.
There was a problem hiding this comment.
Fixed. Thanks for pointing it out! I'm listing myself there explicitly for when the project group finishes the work (since it's temporary), I'd like to continue to be pinged, but let me know if you prefer me to remove it.
There was a problem hiding this comment.
I don't see any fixed having been made
2aaf445 to
b878ad2
Compare
triagebot.toml
Outdated
| cc = ["@nnethercote"] | ||
|
|
||
| [mentions."compiler/rustc_symbol_mangling/src/typeid"] | ||
| cc = [" @rust-lang/project-exploit-mitigations", "@rcvalle"] |
There was a problem hiding this comment.
| cc = [" @rust-lang/project-exploit-mitigations", "@rcvalle"] | |
| cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
There's a space here 😅
There was a problem hiding this comment.
Fixed 😅. Thanks a lot, Michael!
Add autolabels and mentions for the Exploit Mitigations PG to triagebot.toml.
b878ad2 to
533ddf9
Compare
|
@bors r+ rollup |
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#122422 (compiletest: Allow `only-unix` in test headers) - rust-lang#122424 (fix: typos) - rust-lang#122425 (Increase timeout for new bors bot) - rust-lang#122426 (Fix StableMIR `WrappingRange::is_full` computation) - rust-lang#122429 (Add Exploit Mitigations PG to triagebot.toml) - rust-lang#122430 (Generate link to `Local` in `hir::Let` documentation) - rust-lang#122434 (pattern analysis: rename a few types) - rust-lang#122437 (pattern analysis: remove `MaybeInfiniteInt::JustAfterMax`) - rust-lang#122438 (Safe Transmute: Require that source referent is smaller than destination) - rust-lang#122442 (extend docs of -Zprint-mono-items) - rust-lang#122449 (Delay a bug for stranded opaques) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#122422 (compiletest: Allow `only-unix` in test headers) - rust-lang#122424 (fix: typos) - rust-lang#122425 (Increase timeout for new bors bot) - rust-lang#122426 (Fix StableMIR `WrappingRange::is_full` computation) - rust-lang#122429 (Add Exploit Mitigations PG to triagebot.toml) - rust-lang#122430 (Generate link to `Local` in `hir::Let` documentation) - rust-lang#122434 (pattern analysis: rename a few types) - rust-lang#122437 (pattern analysis: remove `MaybeInfiniteInt::JustAfterMax`) - rust-lang#122438 (Safe Transmute: Require that source referent is smaller than destination) - rust-lang#122442 (extend docs of -Zprint-mono-items) - rust-lang#122449 (Delay a bug for stranded opaques) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#122429 - rcvalle:rust-triagebot-add-exploit-mitigations-pg, r=wesleywiser Add Exploit Mitigations PG to triagebot.toml
No description provided.