test66 #4
Open
test66 #4
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:
- Create a file at
.watchflow/rules.yamlin your repository root - 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.
Loading