Skip to content

Commit

Permalink
chore: Change policy for regular reviews to include develop branches (#…
Browse files Browse the repository at this point in the history
…2914)

This now applies the main review policy also to the `develop/v*` branches in addition to `main`.
  • Loading branch information
paulgessinger authored Jan 31, 2024
1 parent fb92e4c commit 00d9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ approval_rules:
ignore_update_merges: true
if:
targets_branch:
pattern: "^main$"
pattern: "^(main|develop\/.+)$"

- name: Is a backport
requires:
Expand Down

0 comments on commit 00d9551

Please sign in to comment.