mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 17:30:33 +00:00
Delete the step and the conditional that checks `changes != '[]'` (`github.event.pull_request.changed_file`s returns the number of files changed in the pull request - not the list of changed files) Escape newlines in the comment body safely Use Bearer instead of deprecated token changelog: none