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
218: Enforce check on approval of CSRs #385
Conversation
|
Webrevs
|
/test |
A test job has been started with id: github.com-193500053-385-579313666 |
bots/pr/src/main/java/org/openjdk/skara/bots/pr/CommandWorkItem.java
Outdated
Show resolved
Hide resolved
bots/pr/src/main/java/org/openjdk/skara/bots/pr/CSRCommand.java
Outdated
Show resolved
Hide resolved
bots/pr/src/main/java/org/openjdk/skara/bots/pr/CSRCommand.java
Outdated
Show resolved
Hide resolved
@edvbld 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 2 commits pushed to the
|
Thanks Robin! Co-Authored-By: Robin Westberg <robin@westberg.se>
/integrate |
Mailing list message from Erik Helin on skara-dev: Changeset: f40d58e 218: Enforce check on approval of CSRs Reviewed-by: rwestberg ! bots/cli/build.gradle |
Hi all,
please review this patch that adds a CSR bot. The CSR bot allows a reviewer to
issue the command
/csr
in a pull request comment. Once issued, the PR cannotbe integrated until the CSR for the issue associated with the PR is in state
"Closed" and "Approved". A reviewer can cancel this requirement by issuing the
command
/csr unneeded
in a pull request comment.Testing:
/csr
command and the CSR botsh gradlew test
passes on Linux x64Thanks,
Erik
Progress
Issue
SKARA-218: Enforce check on approval of CSRs
Approvers