Skip to content

action-used-by-link - Fix style#9592

Merged
fregante merged 2 commits into
refined-github:mainfrom
iccccccccccccc:fix-action-used-by-link-layout
May 24, 2026
Merged

action-used-by-link - Fix style#9592
fregante merged 2 commits into
refined-github:mainfrom
iccccccccccccc:fix-action-used-by-link-layout

Conversation

@iccccccccccccc

Copy link
Copy Markdown

Fixes #9590

Changes

  • Add the "Usage examples" link as a Marketplace resources ActionList item instead of a standalone link below the list.
  • Reuse the existing source-code resource item structure so spacing, icon alignment, and theme styles match GitHub's current resources list.
  • Remove cloned ids/aria-labelledby before inserting the new item to avoid duplicate DOM ids.

Verification

  • npm run build:typescript
  • npx eslint source/features/action-used-by-link.tsx
  • npm run lint:eslint (0 errors, existing TODO warnings only)
  • npm run build:bundle
  • git diff --check

@github-actions github-actions Bot added the bug label May 24, 2026
@github-actions github-actions Bot changed the title Fix action usage link layout AI SPAM May 24, 2026
@github-actions github-actions Bot closed this May 24, 2026
@github-actions

Copy link
Copy Markdown

Untested AI PRs are NOT welcome here and you will get blocked. Include a screenshot/video/gif of the working PR to prove you're a human and we can reopen the PR.

@iccccccccccccc

Copy link
Copy Markdown
Author

This was tested locally. I get why the bot exists, but this close is a false positive.

I didn't just throw an untested diff over the wall: I built the extension, loaded the unpacked distribution build in Chrome, and checked the actual Marketplace page. The screenshot below is from https://github.com/marketplace/actions/urlchecker-action with the local build loaded; Usage examples is now part of the same Resources ActionList as the existing entries.

visual verification

Verification already run:

  • npm run build:typescript
  • npx eslint source/features/action-used-by-link.tsx
  • npm run lint:eslint (0 errors, existing TODO warnings only)
  • npm run build:bundle
  • git diff --check

Please reopen the PR for review.

@fregante fregante reopened this May 24, 2026
@fregante fregante changed the title Fix action usage link layout action-used-by-link - Fix style May 24, 2026
@fregante

Copy link
Copy Markdown
Member

Verification already run:

This is the kind of text that gets you blocked because it tells me you're using AI 😃 but the PR works and thanks for posting the screenshot.

@fregante fregante merged commit cd88e3c into refined-github:main May 24, 2026
13 checks passed
@iccccccccccccc

Copy link
Copy Markdown
Author

@fregante 😄 Actually... yes, you're right—I did indeed use AI to polish the wording.

I'm not a native English speaker, so when writing comments or descriptions for PRs (Pull Requests), I often use GPT to translate or refine the content I've already tested and drafted myself. That said, the core code and test sections were still entirely my own work! ;)

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.

action-used-by-link looks bad

2 participants