Open Issues Need Help
View All on GitHubAI Summary: This issue proposes migrating static code checks from GitHub Workflows to a dedicated GitHub Application to achieve benefits like centralized management, real-time feedback, and improved scalability across multiple repositories. The plan involves coordinating with the Eclipse Foundation to verify hosting infrastructure, then developing and deploying a GitHub app that acts as a wrapper for existing linters. An optional step includes discussing the creation of a dedicated repository for the app's development.
AI Summary: The task involves creating a Docker Devcontainer image for the SCORE project, containing pre-installed tools (Python, Graphviz, Bazelisk, Bazel autocompletion) to streamline the development environment setup for contributors. This includes creating a new GitHub repository, a Dockerfile, GitHub Actions workflow for building and pushing the image to GHCR, and integrating it into at least one SCORE repository. Testing the functionality within the container is crucial.