Some checks failed
CodeQL / Analyze (push) Waiting to run
Docker Build & Push Simapp (main) / docker-build (push) Waiting to run
golangci-lint / lint (push) Waiting to run
Tests / Code Coverage / build (amd64) (push) Waiting to run
Tests / Code Coverage / build (arm64) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[additional-args:-tags="test_e2e" name:e2e path:./e2e]) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[name:08-wasm path:./modules/light-clients/08-wasm]) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[name:ibc-go path:.]) (push) Waiting to run
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
Buf-Push / push (push) Has been cancelled
84 lines
2.3 KiB
YAML
84 lines
2.3 KiB
YAML
queue_rules:
|
|
- name: default
|
|
queue_conditions:
|
|
- "#approved-reviews-by>=1"
|
|
- base=main
|
|
- label=automerge
|
|
commit_message_template: |
|
|
{{ title }} (#{{ number }})
|
|
{{ body }}
|
|
merge_conditions:
|
|
- "#approved-reviews-by>=1"
|
|
- base=main
|
|
- label=automerge
|
|
merge_method: squash
|
|
|
|
pull_request_rules:
|
|
- name: backport patches to v0.2.x callbacks ibc-go v7.3.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-callbacks-to-v0.2.x+ibc-go-v7.3.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- callbacks/release/v0.2.x+ibc-go-v7.3.x
|
|
- name: backport patches to v0.2.x callbacks ibc-go v8.0.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-callbacks-to-v0.2.x+ibc-go-v8.0.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- callbacks/release/v0.2.x+ibc-go-v8.0.x
|
|
- name: backport patches to v0.4.x wasm ibc-go v7.4.x & wasmvm 1.5.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-wasm-v0.4.x+ibc-go-v7.4.x-wasmvm-v1.5.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- 08-wasm/release/v0.4.x+ibc-go-v7.4.x-wasmvm-v1.5.x
|
|
- name: backport patches to v0.5.x wasm ibc-go v8.4.x & wasmvm 2.1.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-wasm-v0.5.x+ibc-go-v8.4.x-wasmvm-v2.1.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- 08-wasm/release/v0.5.x+ibc-go-v8.4.x-wasmvm-v2.1.x
|
|
- name: backport patches to v7.10.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-to-v7.10.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- release/v7.10.x
|
|
- name: backport patches to v8.7.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-to-v8.7.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- release/v8.7.x
|
|
- name: backport patches to v10.2.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-to-v10.2.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- release/v10.2.x
|
|
- name: backport patches to v10.3.x branch
|
|
conditions:
|
|
- base=main
|
|
- label=backport-to-v10.3.x
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- release/v10.3.x
|
|
- name: automerge to main with label automerge and branch protection passing
|
|
conditions: []
|
|
actions:
|
|
queue:
|