Try to fix backport action

I made a mistake editing the regex. Here's hoping this works!
This commit is contained in:
Alisdair McDiarmid 2020-10-28 16:43:38 -04:00 committed by GitHub
parent 2a222985f9
commit e65f427927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"