Skip to content
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

Drop forked-to feature #5748

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Drop forked-to feature #5748

merged 1 commit into from
Jun 29, 2022

Conversation

fregante
Copy link
Member

@fregante fregante requested a review from yakov116 June 29, 2022 15:01
@@ -107,7 +105,6 @@ async function start(buttonContainer: HTMLDetailsElement): Promise<void> {
{action: false},
);
select('.application-main')!.remove();
await cache.delete(getCacheKey());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the only external usage you mentioned, which was just a cache shortcut for forked-to itself

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct, what I was thinking was the old way we had this implemented that show-open-prs-on-forks relied on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Drop forked-to feature
2 participants