Skip to content

Feat[MQB]: Report Queue-related metrics at the broker start #486

Feat[MQB]: Report Queue-related metrics at the broker start

Feat[MQB]: Report Queue-related metrics at the broker start #486

Workflow file for this run

name: PR title check
on:
pull_request:
types:
- "opened"
- "reopened"
- "synchronize"
- "labeled"
- "unlabeled"
- "edited"
jobs:
pr_title_check:
runs-on: ubuntu-latest
name: PR Title Check
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: pr title check
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
python3 ${{ github.workspace }}/.github/workflows/ext/check_pr_title.py