You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty great, and it allows you to set the reviewers of a pull request using git trailers like: Reviewer: <github login>. It'd be nice if when I did something like: CC: <github login> as a trailer that code approve would recognize this and add the appropriate CC to the review (only needed on the first commit in a PR).
The text was updated successfully, but these errors were encountered:
See: https://git-scm.com/docs/git-interpret-trailers
I've switched to a new stacked PR workflow using https://github.com/getcord/spr/
It's pretty great, and it allows you to set the reviewers of a pull request using git trailers like:
Reviewer: <github login>
. It'd be nice if when I did something like:CC: <github login>
as a trailer that code approve would recognize this and add the appropriate CC to the review (only needed on the first commit in a PR).The text was updated successfully, but these errors were encountered: