Skip to content

bump github.com/hashicorp/go-plugin to v1.6.0 to enable plugin in containers #44

bump github.com/hashicorp/go-plugin to v1.6.0 to enable plugin in containers

bump github.com/hashicorp/go-plugin to v1.6.0 to enable plugin in containers #44

name: Backport Assistant Runner
on:
pull_request_target:
types:
- closed
jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.2.2
steps:
- name: Run Backport Assistant for release branches
run: |
backport-assistant backport
env:
BACKPORT_LABEL_REGEXP: "backport/vault-(?P<target>\\d+\\.\\d+\\.\\w+)"
BACKPORT_TARGET_TEMPLATE: "release/vault-{{.target}}"
GITHUB_TOKEN: ${{ secrets.VAULT_ECO_GITHUB_TOKEN }}