rust-lang / triagebot

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

Fix docs update using the wrong repo for the commit message #1714

Closed ehuss closed 10 months ago

ehuss commented 10 months ago

This fixes the docs update to correctly generate the commit message. It is currently generating a commit message with outdated information (essentially all changes since before the last update). #1710 had a mistake where it is using the outdated work repo to determine what has changed. It should instead use the latest rust-lang/rust repo to determine which submodules are out of date.