-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: ghprb-plugin
-
None
I noticed that currently this plugin will try to build PRs even when the containing project is disabled. Ultimately there's no build triggered, but some other logic is executed (for example the build status in Github is set to pending).
I've submitted a PR that fixes this by not even trying to trigger a build when the project is disabled. Please review.