Skip to content

Update Build Status badge link in README.md#66

Merged
pontemonti merged 1 commit intomainfrom
users/johanb/FixBuildIcon
Nov 19, 2025
Merged

Update Build Status badge link in README.md#66
pontemonti merged 1 commit intomainfrom
users/johanb/FixBuildIcon

Conversation

@pontemonti
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 19, 2025 22:24
@pontemonti pontemonti requested a review from a team as a code owner November 19, 2025 22:24
@pontemonti pontemonti enabled auto-merge (squash) November 19, 2025 22:24
@pontemonti pontemonti merged commit 10dca0f into main Nov 19, 2025
12 checks passed
Copy link
Contributor

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

This PR updates the Build Status badge in the README.md to reference the correct GitHub Actions workflow file. The badge was previously pointing to a non-existent build.yml file and has been updated to point to the actual CI workflow file.

Key Changes:

  • Updated the GitHub Actions workflow reference in the Build Status badge from build.yml to .github/workflows/ci.yml

[![PyPI](https://img.shields.io/pypi/v/microsoft-agents-a365-observability-core?label=PyPI&logo=pypi)](https://pypi.org/search/?q=microsoft-agents-a365)
[![PyPI Downloads](https://img.shields.io/pypi/dm/microsoft-agents-a365-observability-core?label=Downloads&logo=pypi)](https://pypi.org/search/?q=microsoft-agents-a365)
[![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/Agent365-python/build.yml?branch=main&label=Build&logo=github)](https://github.com/microsoft/Agent365-python/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/Agent365-python/.github/workflows/ci.yml?branch=main&label=Build&logo=github)](https://github.com/microsoft/Agent365-python/actions)
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

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

The workflow file path in the badge URL should be relative to .github/workflows/. The correct path should be ci.yml instead of .github/workflows/ci.yml.

The badge URL should be:

https://img.shields.io/github/actions/workflow/status/microsoft/Agent365-python/ci.yml?branch=main&label=Build&logo=github
Suggested change
[![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/Agent365-python/.github/workflows/ci.yml?branch=main&label=Build&logo=github)](https://github.com/microsoft/Agent365-python/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/Agent365-python/ci.yml?branch=main&label=Build&logo=github)](https://github.com/microsoft/Agent365-python/actions)

Copilot uses AI. Check for mistakes.
@pontemonti pontemonti deleted the users/johanb/FixBuildIcon branch December 5, 2025 17: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.

3 participants