Skip to content

Commit

Permalink
fix: unknown escape character in policy (#2919)
Browse files Browse the repository at this point in the history
tries to fix a problem with #2914
  • Loading branch information
AJPfleger authored Feb 1, 2024
1 parent 00d9551 commit 756c70d
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 756c70d

Please sign in to comment.