Skip to content

test66

e1e4a92
Select commit
Loading
Failed to load commit list.
Open

test66 #4

test66
e1e4a92
Select commit
Loading
Failed to load commit list.
watchflow-dev-matas / Watchflow Rules completed Jan 21, 2026 in 0s

Rules not configured

⚙️ Watchflow rules setup required

Details

Watchflow rules not configured

No rules file found in your repository. Watchflow can help enforce governance rules for your team.

How to set up rules:

  1. Create a file at .watchflow/rules.yaml in your repository root
  2. Add your rules in the following format:
    rules:
      - id: pr-approval-required
        name: PR Approval Required
        description: All pull requests must have at least 2 approvals
        enabled: true
        severity: high
        event_types: [pull_request]
        parameters:
          min_approvals: 2

Note: Rules are currently read from the main branch only.

📖 Read the documentation for more examples

After adding the file, push your changes to re-run validation.