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
768: Skara bot should prevent attempt to use JBS backport issue ID in PR #944
Conversation
|
@rwestberg This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the
|
/integrate |
@rwestberg Pushed as commit 4d7471a. |
@@ -62,6 +62,7 @@ | |||
"If in doubt, feel free to delete everything in this edit box first, the bot will restore the progress section as needed.\n-->"; | |||
private static final String fullNameWarningMarker = "<!-- PullRequestBot full name warning comment -->"; | |||
private static final Pattern BACKPORT_PATTERN = Pattern.compile("<!-- backport ([0-9a-z]{40}) -->"); | |||
private final static Set<String> primaryTypes = Set.of("Bug", "New Feature", "Enhancement", "Task", "Sub-task"); |
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.
Check that the issue type is of an allowed type.
Progress
Testing
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/944/head:pull/944
$ git checkout pull/944