[#1689] Makefile: Add default reviewers via --push-option
Gerrit doesn't provide an easy way to have default reviewers assigned to new change requests. However, we can use `--push-option` and mention all people from storage-core-developers group. Change-Id: Ia01f8a3c5c8eb8a1dca6efb66fbe07018f6a42c9 Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
5385f9994f
commit
3fa5c22ddf
1 changed files with 8 additions and 1 deletions
9
Makefile
9
Makefile
|
@ -200,7 +200,14 @@ review-install:
|
||||||
# Create a PR in Gerrit
|
# Create a PR in Gerrit
|
||||||
review: BRANCH ?= master
|
review: BRANCH ?= master
|
||||||
review:
|
review:
|
||||||
@git push review HEAD:refs/for/$(BRANCH)
|
@git push review HEAD:refs/for/$(BRANCH) \
|
||||||
|
--push-option r=e.stratonikov@yadro.com \
|
||||||
|
--push-option r=d.stepanov@yadro.com \
|
||||||
|
--push-option r=an.nikiforov@yadro.com \
|
||||||
|
--push-option r=a.arifullin@yadro.com \
|
||||||
|
--push-option r=ekaterina.lebedeva@yadro.com \
|
||||||
|
--push-option r=a.savchuk@yadro.com \
|
||||||
|
--push-option r=a.chuprov@yadro.com
|
||||||
|
|
||||||
# Run pre-commit
|
# Run pre-commit
|
||||||
pre-commit-run:
|
pre-commit-run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue