rust-lang / triagebot

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

Remove google calendar from compiler triage agenda #1814

Closed apiraino closed 1 month ago

apiraino commented 1 month ago

The old google calendar is not used anymore so I removed the HTTP call to google (basically reverting 6b8f9c93dfecc3bc80e1488b3e570971df2ea1ad).

In its stead we now use https://github.com/rust-lang/calendar . Automating the new calendar meetings pull is a TODO for another day.

thanks for a review!

r? @jackh726