Make ProcessCommitWorker#process_commit_message private
The following discussion from !94981 (merged) should be addressed:
-
@splattael started a discussion: (+2 comments) Question (non-blocking)
It seems that this method only used by the work itself and specs so I am wondering if we should make this method
private
and adjust specs?🤔 This would also help to clarify that we are not changing workers' arguments here but only a arguments for an internal method which happen to be
public
.