Skip to content

Commit

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

This now applies the main review policy also to the `develop/v*` branches in addition to `main`.
  • Loading branch information
paulgessinger authored and LaraCalic committed Feb 10, 2024
1 parent 3b1b04a commit 589b6e6
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 589b6e6

Please sign in to comment.