BUILD-9642 Add GitHub Actions workflow badges for dummy repositories#214
Conversation
b4bc772 to
72281d9
Compare
There was a problem hiding this comment.
Pull request overview
Adds a “Dogfooding Status” section to the project README to monitor CI health across multiple dummy repositories that depend on ci-github-actions@master, and updates README markdown formatting to satisfy markdownlint (notably list/table indentation and code fence language tags).
Changes:
- Added a “Dogfooding Status” section with workflow badges for 6 dummy repositories.
- Fixed markdownlint-related indentation/formatting across multiple README tables and blocks.
- Corrected some code fence language identifiers (e.g., XML/Kotlin snippets).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
72281d9 to
2964310
Compare
Added a "Dogfooding Status" section to the README with 19 workflow badges across 6 dummy repositories (sonar-dummy, sonar-dummy-gradle-oss, sonar-dummy-js, sonar-dummy-maven-enterprise, sonar-dummy-python-oss, sonar-dummy-yarn) to monitor the health of workflows that use ci-github-actions@master. Also fixed markdownlint indentation errors throughout the README (changed nested list indentation from 4 spaces to 2 spaces to comply with MD007 rule). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2964310 to
692a0c3
Compare
SonarQube reviewer guideSummary: Documentation update adding dogfooding status badges and formatting fixes across README tables and code blocks. Review Focus: Verify the dogfooding badge URLs are correct and point to active repositories. Check that table formatting changes maintain proper alignment without altering any actual content or parameter descriptions. Start review at:
|




Added a "Dogfooding Status" section to the README with 19 workflow badges across 6 dummy repositories (sonar-dummy, sonar-dummy-gradle-oss, sonar-dummy-js, sonar-dummy-maven-enterprise, sonar-dummy-python-oss, sonar-dummy-yarn) to monitor the health of workflows that use ci-github-actions@master.
Also fixed markdownlint indentation errors throughout the README (changed nested list indentation from 4 spaces to 2 spaces to comply with MD007 rule).
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com