Skip to content

Fix README workflow reference to non-existent ci.yml#241

Merged
abhimehro merged 5 commits intomainfrom
copilot/fix-readme-ci-workflow-reference
Feb 15, 2026
Merged

Fix README workflow reference to non-existent ci.yml#241
abhimehro merged 5 commits intomainfrom
copilot/fix-readme-ci-workflow-reference

Conversation

Copy link

Copilot AI commented Feb 15, 2026

README referenced .github/workflows/ci.yml which doesn't exist. The actual workflow is sync.yml.

Changes

  • Updated README.md line 93: ci.ymlsync.yml

No other references to ci.yml found in repository. Workflow badge already correctly references sync.yml.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Code Quality] Fix README reference to non-existent ci.yml workflow</issue_title>
<issue_description>### Description

README.md references .github/workflows/ci.yml which doesn't exist. The actual CI workflow is sync.yml. This causes confusion for contributors trying to understand the CI pipeline.

Suggested Changes

  • Replace all references to ci.yml with sync.yml
  • Update workflow badge if needed
  • Verify all workflow references are accurate

Files Affected

  • README.md (workflow references section)

Success Criteria

  • All workflow references point to existing files
  • No broken links to non-existent workflows
  • Workflow badges (if present) point to correct workflow

Source

Extracted from:

Priority

Medium - Improves documentation accuracy and contributor experience

🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent

To install this workflow, run gh aw add github/gh-aw/.github/workflows/discussion-task-miner.md@94662b1dee8ce96c876ba9f33b3ab8be32de82a4. View source at https://github.com/github/gh-aw/tree/94662b1dee8ce96c876ba9f33b3ab8be32de82a4/.github/workflows/discussion-task-miner.md.

  • expires on Feb 16, 2026, 5:31 AM UTC

Comments on the Issue (you are @copilot in this section)

Custom agent used: Development Partner
The Development Partner Protocol


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@trunk-io
Copy link

trunk-io bot commented Feb 15, 2026

😎 Merged manually by @abhimehro - details.

@github-actions
Copy link

👋 Development Partner is reviewing this PR. Will provide feedback shortly.

Co-authored-by: abhimehro <84992105+abhimehro@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix README reference to actual CI workflow Fix README workflow reference to non-existent ci.yml Feb 15, 2026
Copilot AI requested a review from abhimehro February 15, 2026 06:30
@abhimehro abhimehro marked this pull request as ready for review February 15, 2026 06:30
Copilot AI review requested due to automatic review settings February 15, 2026 06:30
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 15, 2026
@github-actions
Copy link

👋 Development Partner is reviewing this PR. Will provide feedback shortly.

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 README documentation to point contributors at the correct GitHub Actions workflow file used by this repo.

Changes:

  • Replaced the README reference from .github/workflows/ci.yml to .github/workflows/sync.yml.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

👋 Development Partner is reviewing this PR. Will provide feedback shortly.

@github-actions
Copy link

👋 Development Partner is reviewing this PR. Will provide feedback shortly.

@abhimehro abhimehro merged commit d3f354f into main Feb 15, 2026
9 of 11 checks passed
@abhimehro abhimehro deleted the copilot/fix-readme-ci-workflow-reference branch February 15, 2026 06:38
@github-actions
Copy link

👋 Development Partner is reviewing this PR. Will provide feedback shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Code Quality] Fix README reference to non-existent ci.yml workflow

3 participants