You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a PR has only changes in non-python fails, the flake8-your-pr results in a failure because it gets an empty value for new_files_in_branch, or maybe the piped sequence of commands fails.
When a PR has only changes in non-python fails, the flake8-your-pr results in a failure because it gets an empty value for
new_files_in_branch
, or maybe the piped sequence of commands fails.https://github.com/valentijnscholten/django-DefectDojo/pull/5/checks?check_run_id=1170299683
This leads to the check being marked as
failure
preventing the PR from being merged.The text was updated successfully, but these errors were encountered: