Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Stylelint selector-max-type rule (max 1 type selector) was violated by nested ul& li creating a compound selector with 2 type selectors.

Changelog

Changed

  • SelectPanel.module.css: Replace & li with & .ActionListItem to comply with selector-max-type limit

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

Testing & Reviewing

No functional changes. ActionList.Item already applies .ActionListItem class to all list items.

Merge checklist

Original prompt

Fix the failing GitHub Actions workflow "CI / lint (pull_request)".
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 63365238384
Job URL: /primer/react/actions/runs/21940653902/job/63365238384?pr=7526


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@changeset-bot
Copy link

changeset-bot bot commented Feb 12, 2026

⚠️ No Changeset found

Latest commit: a04af59

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Replace type selector 'li' with class selector '.ActionListItem' to comply with selector-max-type rule (max 1 type selector per selector)

Co-authored-by: hectahertz <24622853+hectahertz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing CI lint workflow in GitHub Actions Fix stylelint violation in SelectPanel2 Feb 12, 2026
Copilot AI requested a review from hectahertz February 12, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants