ci: update backport-assistant to pick merge commit (#14408)

This commit is contained in:
Mike Morris 2022-08-30 15:44:06 -04:00 committed by GitHub
parent e56fd9a45a
commit 3c82d36a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
backport: backport:
if: github.event.pull_request.merged if: github.event.pull_request.merged
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.2.3 container: hashicorpdev/backport-assistant:0.2.5
steps: steps:
- name: Run Backport Assistant for stable-website - name: Run Backport Assistant for stable-website
run: | run: |
@ -24,6 +24,7 @@ jobs:
env: env:
BACKPORT_LABEL_REGEXP: "type/docs-(?P<target>cherrypick)" BACKPORT_LABEL_REGEXP: "type/docs-(?P<target>cherrypick)"
BACKPORT_TARGET_TEMPLATE: "stable-website" BACKPORT_TARGET_TEMPLATE: "stable-website"
BACKPORT_MERGE_COMMIT: true
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
- name: Backport changes to latest release branch - name: Backport changes to latest release branch
run: | run: |