Skip to content

Commit

Permalink
fix: unknown escape character in policy (acts-project#2919)
Browse files Browse the repository at this point in the history
tries to fix a problem with acts-project#2914
  • Loading branch information
AJPfleger authored and LaraCalic committed Feb 10, 2024
1 parent 589b6e6 commit 750a508
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|develop\/.+)$"
pattern: "^(main|develop\\/.+)$"

- name: Is a backport
requires:
Expand Down

0 comments on commit 750a508

Please sign in to comment.