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

Fix Code-button error in clean-repo-filelist-actions #6631

Merged
merged 3 commits into from
May 9, 2023
Merged

Conversation

@fregante fregante added the bug label May 7, 2023

const label = select('.Button-label', codeDropdownButton)!;
if (!select.exists('.octicon-code', codeDropdownButton)) {
// The icon is missing for users without Codespaces https://github.com/refined-github/refined-github/pull/5074#issuecomment-983251719
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 don't know if this is still applicable since Codespaces are generally available now. I only tested this code in the logged out view (which is actually unsupported by isRepoRoot())

@fregante fregante merged commit d251094 into main May 9, 2023
9 checks passed
@fregante fregante deleted the code-icon branch May 9, 2023 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

"Expected node matching 'Code', found '' "
1 participant