rust-lang / triagebot

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

Make it so that the API URLs are configurable for testing #1764

Closed ehuss closed 5 months ago

ehuss commented 5 months ago

This makes it so that the API URLs can be configured via environment variables instead of being hard-coded. The environment variables are:

By itself this isn't particularly useful, it is part of #1698 which adds the ability to mock the endpoints.