Integrations
Pull Request Checks
DecisionOps evaluates pull requests against current guidance so teams can review implementation in context.
DecisionOps pull request checks help answer a practical question:
Does this change align with the decisions the team already relies on?
Typical Examples
- a repository standard says to use PostgreSQL
- a platform decision says new APIs should use Hono instead of Express
- a governance rule says certain changes require an approved decision first
Example Output
PASS
Decision: Use PostgreSQL
FAIL
Decision: Use Hono instead of Express
To understand configuration and enforcement, continue with Decision Gating and Policy Enforcement.