rust-lang / triagebot

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

Allow ghost GH user to skip PR workqueue check #1794

Closed apiraino closed 2 months ago

apiraino commented 2 months ago

Follow up to #1793

This fix should allow the ghost user to skip some checks when being assigned a PR.

We use ghost as a special GH user to "assign to no one" when we just need a PR to go through the CI. Therefore this user needs no work queue check.

r? @jackh726