-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Exploit Mitigations PG to triagebot.toml #122429
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
@@ -642,6 +661,51 @@ cc = ["@nnethercote"] | |||
message = "Changes to the size of AST and/or HIR nodes." | |||
cc = ["@nnethercote"] | |||
|
|||
[mentions."compiler/rustc_symbol_mangling/src/typeid"] | |||
cc = ["@project-exploit-mitigations", "@rcvalle"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, why are you pinging yourself explicitly? You should be pinged as a member of the group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any fixed having been made
2aaf445
to
b878ad2
Compare
triagebot.toml
Outdated
@@ -642,6 +661,51 @@ cc = ["@nnethercote"] | |||
message = "Changes to the size of AST and/or HIR nodes." | |||
cc = ["@nnethercote"] | |||
|
|||
[mentions."compiler/rustc_symbol_mangling/src/typeid"] | |||
cc = [" @rust-lang/project-exploit-mitigations", "@rcvalle"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.