You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@copilot fix the problems that break Conventional Commits and PR titles
The commit message already follows conventional commits format (fix: correct AsciiDoc syntax for API Reference link). The PR title should be updated to: docs: fix AsciiDoc syntax for API reference link to match the conventional commit standard. I don't have the ability to update PR titles directly - this needs to be done manually through the GitHub UI.
The pull request title must also match the conventional commit standard. Please correct it.
Two issues need to be addressed:
PR Title: Should be docs: fix AsciiDoc syntax for API reference link (needs manual update via GitHub UI)
Commit 192fc5d: "Initial plan" doesn't follow conventional commits. Since it's an empty commit and already pushed, it should be removed via interactive rebase or the PR should be recreated.
The main commit (a96cf0d) already follows the correct format: fix: correct AsciiDoc syntax for API Reference link
CopilotAI
changed the title
Fix AsciiDoc syntax for API reference link
docs: fix AsciiDoc syntax for API reference link
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects Markdown-style link syntax to proper AsciiDoc format in the matching markets documentation section.
Changes
[API Reference](https://...)tohttps://...[API Reference]on line 192 of Readme.adocAsciiDoc requires URL-first syntax for external links, not Markdown's label-first format.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.