chore(ci): fix backport-assistant for stable website

This commit is contained in:
DanStough 2022-05-03 14:24:05 -04:00 committed by Dan Stough
parent 369f4848e3
commit 64b339aca7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: |
backport-assistant backport -merge-method=rebase
env:
BACKPORT_LABEL_REGEXP: "type/docs-cherrypick"
BACKPORT_LABEL_REGEXP: "type/docs-(?P<target>cherrypick)"
BACKPORT_TARGET_TEMPLATE: "stable-website"
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
- name: Run Backport Assistant for release branches