Skip to content

Remove stray merge conflict markers from adoption_repository.go#60

Closed
Copilot wants to merge 2 commits intodashboard-statsfrom
copilot/sub-pr-59
Closed

Remove stray merge conflict markers from adoption_repository.go#60
Copilot wants to merge 2 commits intodashboard-statsfrom
copilot/sub-pr-59

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 24, 2026

Two <<<<<<< HEAD conflict markers were left in a SQL query string inside GetTimeline, causing a compilation failure. The surrounding code was otherwise correct.

Changes

  • pkg/api_client/repositories/adoption_repository.go: Removed two orphaned <<<<<<< HEAD lines (no =======/>>>>>>> counterparts) from the fmt.Sprintf SQL template — the intended logic (WHERE created_at < pr.period_end_exclusive) was already in place on both occurrences.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pasibun <9033551+pasibun@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dashboard stats based on feedback Remove stray merge conflict markers from adoption_repository.go Feb 24, 2026
@pasibun pasibun closed this Feb 24, 2026
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