- Fixed bug where arguments weren't being passed properly to the `run_missing_checks` function. - Beefed up tests to ensure args were being passed to this function
2.0.4
- Adding missing `main` entrypoint function that was accidentally deleted during code refactor for v2.0.0
2.0.3
- Replaced `logger.warning` with `logger.error` as they were used incorrectly (closes 15)
2.0.2
- Correcting references of "Pull Bug" to "Pullbug"
2.0.1
- Instead of raising an error when no pull or merge requests can be found, we return that message. This is helpful when a user wanted to use both GitHub and GitLab in a single invocation. The previous implementation would exit the script without running the other.