Skip to content

Commit

Permalink
correct escape in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaedalusG committed Jun 25, 2024
1 parent 8034d03 commit aeb6098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
The regular expression pattern that PR labels will be tested on to decide whether the PR should be backported and where.
The backport PR's base branch will be extracted from the pattern's required `base` named capturing group.
# default: "^backport (?<base>([^ ]+))$"
default: "^backport (?<base>\d+\.\d+\.x)$"
default: '^backport (?<base>\d+\.\d+\.x)$'
title_template:
description: >
Lodash template for the backport PR's title.
Expand Down

0 comments on commit aeb6098

Please sign in to comment.