Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reword error message
  • Loading branch information
joao-paulo-parity committed Oct 5, 2021
commit 6d6c4e5d06d5611d028e6777aabc9c6621991f56
2 changes: 1 addition & 1 deletion src/companion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ pub async fn check_all_companions_are_mergeable(
if !is_owner_a_user {
return Err(Error::Message {
msg: format!(
"Companion {} is not owned by a user, therefore we will not be able to push the lockfile update to their branch due to a Github limitation (https://github.com/isaacs/github/issues/1681)",
"Companion {} is not owned by a user, therefore processbot would not be able to push the lockfile update to their branch due to a Github limitation (https://github.com/isaacs/github/issues/1681)",
html_url
),
});
Expand Down