-
Notifications
You must be signed in to change notification settings - Fork 612
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
Merge only works when trigger phrase is present #257 #381
Conversation
@@ -71,4 +72,19 @@ public void deleteOnMerge(boolean deleteOnMerge) { | |||
public void deleteOnMerge() { | |||
deleteOnMerge(true); | |||
} | |||
|
|||
/** | |||
* Allows merging the PR even if the trigger phrase was not present. Dewfaults to {@code false} |
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.
Typo at "Defaults"
Other than the pom.xml changes I think everything looks good. |
retest please |
test this please |
@DavidTanner , your jenkins job seems to time out after 30 minutes. Slow download? |
I am not sure what is going on. That job is the main build that the Jenkins team set up, I have no control over it |
<connection>scm:git:ssh://github.com/jenkinsci/ghprb-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/ghprb-plugin.git</developerConnection> | ||
<url>https://github.com/jenkinsci/ghprb-plugin</url> | ||
<connection>scm:git:ssh://github.com/dulvac/ghprb-plugin.git</connection> |
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.
All changes to pom.xml need to be reverted here.
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.
done
well... seems to work now |
@DavidTanner Anything else I can do? |
Hi guys, It is possible to merge this into master? |
+1, our team could really use this |
Merge only works when trigger phrase is present jenkinsci#257
Adds a new checkbox parameter to the merger post build action that allows merging without a trigger phrase if configured like that.