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
git-pr: add csr sub-command #702
Conversation
|
/csr needed |
/csr unneeded |
@edvbld this pull request can not be integrated into git checkout git-pr-csr
git fetch https://git.openjdk.java.net/skara master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
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
There are currently no new commits on the
|
/integrate |
Hi all,
please review this patch that adds the
git pr csr
sub-command that corresponds to the/csr
pull request command. A contributor who prefers the command-line can now state that a pull request requires a CSR by runninggit pr csr --needed
.Testing:
Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/702/head:pull/702
$ git checkout pull/702