Scarmonit
Scarmonit
### Description The current CONTRIBUTING.md mentions that ADR (Architectural Decision Records) workflow automation would be beneficial. Specifically, the document states: "(It would be great if some parts of this could...
Fixed several typos and grammar issues: - Changed "mantained" to "maintained" - Changed "situaitions" to "situations" - Changed "retrospectivly" to "retrospectively" - Changed "maintainers" to "maintainer's" for proper possessive -...
## Problem When managing Workers Builds, developers often need to: 1. **Compare builds** - Understand what changed between successful and failed builds 2. **Track configuration changes** - See how build/deploy...
## Problem The current `CONTRIBUTING.md` documentation is functional but could be enhanced to reduce friction for contributors: 1. **Manual setup steps** - Multiple commands need to be run individually 2....
## Problem The Workers Builds MCP server currently provides read-only tools to view builds and logs, but lacks automation capabilities for: 1. Automated build verification and health checks 2. Deployment...
## Summary This PR implements a comprehensive automation setup for the Qodana repository, including GitHub Actions workflows, code ownership configuration, and standardized contribution templates. ## What's Changed ### 1. GitHub...