jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
506 stars 612 forks source link

Prevent triggering builds on closed PRs #865

Open JackPGreen opened 3 months ago

JackPGreen commented 3 months ago

What feature do you want to see added?

In https://github.com/jenkinsci/ghprb-plugin/pull/54, the comment-triggering behaviour was updated to skip closed PRs.

I think the same logic should be applied to all events (e.g. a PR being edited).

This has been flagged because builds are triggered when an issue's text is updated, even if it's closed.

Upstream changes

No response

Are you interested in contributing this feature?

No response