Commit 02f366ab authored by cmosh's avatar cmosh

allow multiple reviews

parent 388c10bf
...@@ -504,7 +504,7 @@ cmd_review() { ...@@ -504,7 +504,7 @@ cmd_review() {
--user $GITHUB_USERNAME:$GITHUB_TOKEN \ --user $GITHUB_USERNAME:$GITHUB_TOKEN \
-d '{ -d '{
"title":"$GITHUB_USERNAME submitted $BRANCH branch for review", "title":"$GITHUB_USERNAME submitted $BRANCH branch for review",
"head":"feature/implement-hooks", "head":"$BRANCH",
"base":"develop", "base":"develop",
"body":"'"$GITHUB_USERNAME"' is asking for code review. Total time taken:$FINALTIME expected time was $TIME_EXPECTED hour(s), Time spent on breaks was $TOTAL_TIME_OFF -- message by gitflow", "body":"'"$GITHUB_USERNAME"' is asking for code review. Total time taken:$FINALTIME expected time was $TIME_EXPECTED hour(s), Time spent on breaks was $TOTAL_TIME_OFF -- message by gitflow",
"maintainer_can_modify": true "maintainer_can_modify": true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment