Skip to content

Commit

Permalink
ci: Fix sentinel yml (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 8, 2022
1 parent fd29182 commit 9ce84b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .merge-sentinel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ rules:
required_pattern:
- "review-required: *"

- branch_filter:
- branch_filter:
- "main"
- "develop/*"
paths_ignore:
paths_ignore:
- "docs/*"

required_checks:
required_checks:
- codecov/project
- Docs / docs

required_pattern:
required_pattern:
- "Builds / *"
- "Checks / *"
- "Analysis / *"
- "CI Bridge / *"

- branch_filter:
- branch_filter:
- "main"
- "develop/*"
paths:
paths:
- "docs/*"
required_checks:
required_checks:
- Docs / docs

0 comments on commit 9ce84b8

Please sign in to comment.