Another action regex fix attempt
This time I actually tested the regex
This commit is contained in:
parent
e65f427927
commit
61b38f3ada
|
@ -16,7 +16,7 @@ jobs:
|
|||
run: |
|
||||
backport-assistant backport
|
||||
env:
|
||||
BACKPORT_LABEL_REGEXP: "(?P<target>\\d\\.\\d)-backport"
|
||||
BACKPORT_LABEL_REGEXP: "(?P<target>\\d+\\.\\d+)-backport"
|
||||
BACKPORT_TARGET_TEMPLATE: "v{{.target}}"
|
||||
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||
GITHUB_REVIEW_TEAMS: "hashicorp/terraform-core"
|
||||
|
|
Loading…
Reference in New Issue