Try to fix backport action
I made a mistake editing the regex. Here's hoping this works!
This commit is contained in:
parent
2a222985f9
commit
e65f427927
|
@ -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