BJ Hargrave

Results 64 issues of BJ Hargrave

The methods requires the pattern arg to be of type str, not Pattern.

The recent change to better type the `sort` and `filter` kwargs had the side effect of making them required. So we fix to supply a default value for the typing...

This code in the mojo: https://github.com/eclipse-dash/dash-licenses/blob/36a69147426fe649bdfcdc2605373127dd826890/maven-plugin/src/main/java/org/eclipse/dash/licenses/maven/LicenseCheckMojo.java#L177-L182 just returns without doing anything when the project is not the top-level project. But if the top-level project is just a reactor and not...

To support use in pull_request_target target workflows, we need to use the pull_request.head.sha value for check-runs. We also better support push target workflows by using the after SHA value as...