fix: backport squashes into stable-website (#13521)

This commit is contained in:
Kevin Wang 2022-01-03 10:23:16 -05:00 committed by GitHub
parent af82bdb67e
commit 8c155b04a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Backport changes to stable-website
run: |
backport-assistant backport -automerge
backport-assistant backport -automerge -merge-method=squash
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>website)"
BACKPORT_TARGET_TEMPLATE: "stable-{{.target}}"