Quickstart
Run Your First PR Check
Understand the simplest pull request workflow that proves the GitHub integration and decision gating are working.
A first pull request check should answer one question clearly:
Does this change align with the team guidance already recorded in DecisionOps?
Suggested Test Flow
- Create a decision that should influence implementation
- Connect the target repository
- Open a pull request that clearly aligns with or conflicts with that decision
- Wait for the DecisionOps check to complete
- Review the result in GitHub and the corresponding context in DecisionOps
Example Outcomes
PASS
The pull request matches an existing accepted decision.
FAIL
The pull request conflicts with an existing decision or requires a new decision before merge.