-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent triggering builds on closed PRs [DI-248] #40
Prevent triggering builds on closed PRs [DI-248] #40
Conversation
Skips all kind of event triggers for closed PRs, rather than just for comments as per jenkinsci/ghprb-plugin#54. Fixes: jenkinsci/ghprb-plugin#865
General questions
How? just want to know
So the change has not been tested?
do we push changes to upstream always? |
Process is outlined in the
No, there's no way I can test it locally.
Don't know, but seems the right thing to do. |
yes would be but this doesn't look like a fork |
It's not a fork, but we can still do it. |
yes true. but looks like we never pushed upstream changes and reading Slack comments, might not be worth the effort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kwart thanks, are you able to merge, please?
|
Skips all kind of event triggers for closed PRs, rather than just for comments as per jenkinsci/ghprb-plugin#54.
I've not added a test to cover this, as there's no existing test coverage for
pull_request
events inorg.jenkinsci.plugins.ghprb.GhprbRootActionTest
, nor is there any example payloads inorg.jenkinsci.plugins.ghprb.GhprbTestUtil
.Fixes: jenkinsci/ghprb-plugin#865, DI-248
Post-merge actions: