DecisionOps Documentation
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

  1. Create a decision that should influence implementation
  2. Connect the target repository
  3. Open a pull request that clearly aligns with or conflicts with that decision
  4. Wait for the DecisionOps check to complete
  5. 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.

Where To Go Next

On this page