## Current situation The grammar for the logging output when you use `onlyLabels` is: ``` [#9184] The option "onlyLabels" was specified to only processed the issues and pull requests with all those labels (2) ``` ## Suggestion for improvement I think we can improve it by saying something like this: ``` [#9184] The option "onlyLabels" was specified so we only process issues and pull requests with all those labels (2) ``` ## Related issue(s) #347