rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 74 forks source link

Shortcut can terminate immediately #1640

Closed Mark-Simulacrum closed 2 years ago

Mark-Simulacrum commented 2 years ago

In theory, this could introduce conflicts with some other command (causing an error due to two parses succeeding, I believe), but in practice the risk is low and the current behavior sufficiently annoying that this seems worth it.

It's also a decision we can mostly go back on in the future.