Skip to content

Commit

Permalink
change default in label pattern for identifying action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaedalusG committed Jun 25, 2024
1 parent 9170f10 commit 8034d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ inputs:
description: >
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>([^ ]+))$"
default: "^backport (?<base>\d+\.\d+\.x)$"
title_template:
description: >
Lodash template for the backport PR's title.
Expand Down

0 comments on commit 8034d03

Please sign in to comment.