Skip to content

Commit

Permalink
Removed default reviewer in git pr alias
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomicera committed Sep 19, 2024
1 parent e01b92b commit 02b7d07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
temp_file=$(mktemp); \
sed -e \"s/INF-XXXX/$branch/g\" -e \"s/- \\[ \\] Linked to a Jira ticket/- \\[x\\] Linked to a Jira ticket/g\" $(git rev-parse --show-toplevel)/.github/pull_request_template.md > $temp_file; \
git push --set-upstream origin $(git b) && \
gh pr create --draft \
--assignee=@me \
--reviewer=infrastructure/team-infra \
gh pr create -d -a=@me \
--body-file=$temp_file \
--fill-first; \
rm $temp_file; \
Expand Down

0 comments on commit 02b7d07

Please sign in to comment.