Skip to content

[ISSUE #1870]⚡️Replace other structs attribute store_host with BrokerRuntime store_host #15767

[ISSUE #1870]⚡️Replace other structs attribute store_host with BrokerRuntime store_host

[ISSUE #1870]⚡️Replace other structs attribute store_host with BrokerRuntime store_host #15767

Workflow file for this run

name: Auto Merge PR
on:
pull_request_target:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: { }
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
MERGE_LABELS: "auto merge"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "automatic"
MERGE_FORKS: "true"
MERGE_RETRIES: "50"
MERGE_RETRY_SLEEP: "10000"
MERGE_REQUIRED_APPROVALS: "1"
UPDATE_METHOD: "rebase"