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 contributor sub-command #701
Conversation
|
cli/src/main/java/org/openjdk/skara/cli/pr/GitPrContributor.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/org/openjdk/skara/cli/pr/GitPrContributor.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
|
Webrevs
|
Co-authored-by: Jorn Vernee <JornVernee@users.noreply.github.com>
/contributor add jvernee |
@edvbld |
/integrate |
Hi all,
please review this patch that adds the
git pr contributor
sub-command that corresponds to the/contributor
pull request command. Contributors who prefer the command line can now add contributors to a pull request, for examplegit pr contributor --add='@edvbld'
orgit pr contributor --add=ehelin
.Testing:
Thanks,
Erik
Progress
Reviewers
Contributors
<jvernee@openjdk.org>
Download
$ git fetch https://git.openjdk.java.net/skara pull/701/head:pull/701
$ git checkout pull/701