-
Notifications
You must be signed in to change notification settings - Fork 561
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
When stack fully emptied, disreguard old PR information #5990
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e654da6
to
662abf0
Compare
@@ -542,6 +542,11 @@ impl Stack { | |||
} | |||
|
|||
if self.heads.iter().all(|branch| branch.archived) { | |||
// Remove previous PR information so it looks like we started a new stack | |||
for head in self.heads.iter_mut() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to do this for all or only for the integrated ones?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. Getting rid of context too eagerly could be anoying
662abf0
to
8d7f481
Compare
8d7f481
to
3fd6fda
Compare
3fd6fda
to
9ddd80d
Compare
9ddd80d
to
0419378
Compare
No description provided.