Skip to content

Add CI badge to README.md for build status visibility#48

Merged
mahata merged 2 commits intomainfrom
copilot/fix-511321c0-35ec-4acd-85cd-2d296b4684d0
Jul 17, 2025
Merged

Add CI badge to README.md for build status visibility#48
mahata merged 2 commits intomainfrom
copilot/fix-511321c0-35ec-4acd-85cd-2d296b4684d0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 15, 2025

This PR adds a GitHub Actions CI status badge to the README.md file to display the current build status of the project.

Changes Made

  • Added CI badge using the standard GitHub Actions format: ![CI](https://github.com/mahata/mlack/workflows/CI/badge.svg)
  • Placed the badge prominently at the top of the README, right after the main title
  • Maintained proper markdown formatting with appropriate spacing

Why This Change?

The CI badge provides immediate visibility into the project's build status, helping:

  • Contributors quickly see if their changes break the build
  • Users understand the current health of the project
  • Maintainers monitor CI status at a glance

Visual Impact

The badge now appears at the top of the README:

# mlack

![CI](https://github.com/mahata/mlack/workflows/CI/badge.svg)

It's an experiment to create a slack-like app just by vibe coding with GitHub Copilot.

The badge will automatically update to reflect the status of the "CI" workflow defined in .github/workflows/ci.yml, showing green for passing builds and red for failing ones.

Testing

  • ✅ All existing tests continue to pass
  • ✅ Linting passes without issues
  • ✅ Build completes successfully
  • ✅ No functional changes to the codebase

Created from VS Code via the GitHub Pull Request extension.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: mahata <23497+mahata@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CI badge to README.md Add CI badge to README.md for build status visibility Jul 15, 2025
Copilot AI requested a review from mahata July 15, 2025 09:37
@mahata mahata marked this pull request as ready for review July 15, 2025 09:43
@mahata mahata merged commit d535276 into main Jul 17, 2025
4 checks passed
@mahata mahata deleted the copilot/fix-511321c0-35ec-4acd-85cd-2d296b4684d0 branch July 17, 2025 08:13
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