mirror of https://github.com/status-im/consul.git
Roll bpa version and cleanup (#21090)
This commit is contained in:
parent
794e73080d
commit
0b03a9251e
|
@ -19,7 +19,7 @@ jobs:
|
|||
backport:
|
||||
if: github.event.pull_request.merged
|
||||
runs-on: ubuntu-latest
|
||||
container: hashicorpdev/backport-assistant:0.4.0
|
||||
container: hashicorpdev/backport-assistant:0.4.1
|
||||
steps:
|
||||
- name: Run Backport Assistant for release branches
|
||||
run: |
|
||||
|
@ -32,7 +32,6 @@ jobs:
|
|||
backport-ent:
|
||||
if: github.event.pull_request.merged && contains(join(github.event.pull_request.labels.*.name), 'backport/ent')
|
||||
runs-on: ubuntu-latest
|
||||
container: hashicorpdev/backport-assistant:0.4.0
|
||||
steps:
|
||||
- name: Trigger backport for Enterprise
|
||||
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
|
||||
|
|
Loading…
Reference in New Issue