Trending repository
-
Updated
Nov 20, 2022 - TypeScript
Christina is back with the latest developer news and open source projects! This week, we’re dubbing it CLI Week, because of all the CLI-heavy projects and news.
Frameworks for building games across multiple platforms.
The Datree app allows engineering teams to automatically identify errors in newly committed YAML configs, including k8s manifests, and prevent these misconfigurations from reaching production.
On app installation, a new PR is created for each connected repository with a workflow for YAML (schema) validation. If one of the scanned (yaml) files happens to be a K8s manifest file, Datree will also run a K8s schema validation and a policy check for preventing K8s misconfigurations.
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.