mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:45:30 +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