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
Make it possible to only allow PRs against a select set of target branches #377
Conversation
|
Webrevs
|
How about enumerating the valid targets in the error message? |
Thanks, looks good! Just a small nit with regards to the method name
@rwestberg This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 3 commits pushed to the
|
Co-Authored-By: Erik Duveblad <erik.helin@oracle.com>
Co-Authored-By: Erik Duveblad <erik.helin@oracle.com>
/integrate |
@rwestberg The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 10552fd. |
Mailing list message from Robin Westberg on skara-dev: Changeset: 10552fd Make it possible to only allow PRs against a select set of target branches Reviewed-by: ehelin ! bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java |
Hi all,
Please review this change that makes it possible to only allow PRs to target a select set of branches.
Best regards,
Robin
Progress
Approvers