See Slovey in action
Pick a PR below to see how Slovey checks it against memory.
Sample PRs
+ render.yaml++ services:+ - type: web+ name: api+ env: node+ buildCommand: npm run build+ startCommand: npm start
Past Decision
Platform-specific deploy config files are rejected — render.yaml, fly.toml, Procfile, vercel.json.
Why
We deploy via our internal CI/CD pipeline. Committing platform-specific config creates confusion about the deployment target and risks accidental deploys.
Evidence
**Slovey** found a conflict with a past team decision.
Decision: Platform-specific deploy config files are rejected — render.yaml, fly.toml, Procfile, vercel.json.
Why: We deploy via our internal CI/CD pipeline. Committing platform-specific config creates confusion about the deployment target and risks accidental deploys.
Evidence: PR #29501, PR #29312
_Confidence: high · Source: github_pr_
Ready to connect your own repo?
Open App →