mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
e29e3539f0
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