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