-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enable writing stack trees to PR bodies #271
Conversation
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
FlexReview SummaryBased on the code complexity and the author's expertise score, these are the suggested reviewers:
See the list of alternate reviewers in the detailed breakdown below. Detailed BreakdownAuthor’s expertise score for the modified files:
† Indicates that the file doesn't need an expert review. (?) See full breakdown of the reviewers on the Aviator webapp. |
73b6a24
to
3f15697
Compare
4db7fd2
to
429a31f
Compare
I'll cut a new release for av-cli. |
This PR adds a new configuration option,
pullRequest.writeStack
, that if enabled will add stack trees directly to GitHub pull requests.For ease of navigation, these are added to the top as follows:
And when expanded, show the stack of requests from the latest PR down to the trunk branch:
Most PR stacks tend to be linear, but an alternate format is used if there are forks in the stack that make it look more like a tree:
This isn't the default format since I personally think the one above is cleaner to read, especially on phones that run out of horizontal real estate.