Skip to content

Improve README workflow badge markup#39

Merged
phuquoc81 merged 2 commits intoMainfrom
copilot/main-fc6eba8a-db81-43a1-8a92-a994da08cde6
Mar 14, 2026
Merged

Improve README workflow badge markup#39
phuquoc81 merged 2 commits intoMainfrom
copilot/main-fc6eba8a-db81-43a1-8a92-a994da08cde6

Conversation

Copy link
Contributor

Copilot AI commented Mar 14, 2026

The issue was centered on the GitHub Actions badge snippet in the README. This updates that badge markup without changing the existing workflow target or branch-specific badge behavior.

  • README badge

    • Keeps the badge linked to .github/workflows/main.yml
    • Preserves the Main branch-specific query parameters already used for stable status display
    • Adds accessible alt text to the embedded badge image
  • Markup change

    <a href="https://github.com/phuquoc81/Fastcash/actions/workflows/main.yml?query=branch%3AMain">
      <img
        src="https://github.com/phuquoc81/Fastcash/actions/workflows/main.yml/badge.svg?branch=Main"
        alt="Main workflow status"
      >
    </a>
  • Scope

    • Documentation-only change in README.md
    • No workflow logic or application behavior changes

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: phuquoc81 <51638662+phuquoc81@users.noreply.github.com>
Copilot AI changed the title [WIP] Update main branch configuration Improve README workflow badge markup Mar 14, 2026
Copilot AI requested a review from phuquoc81 March 14, 2026 23:49
@phuquoc81 phuquoc81 marked this pull request as ready for review March 14, 2026 23:57
Copilot AI review requested due to automatic review settings March 14, 2026 23:57
@phuquoc81 phuquoc81 merged commit 5747606 into Main Mar 14, 2026
3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions workflow badge markup in README.md to improve accessibility while preserving the existing workflow link and Main branch-specific status behavior.

Changes:

  • Adds alt text to the embedded workflow badge image.
  • Keeps the badge link targeting .github/workflows/main.yml with the Main branch query parameters unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants