Skip to content

[DSM] Fix an issue where RabbitMQ producers when producing a message to the default exchange were setting checkpoints that didn't work in DSM #16946

[DSM] Fix an issue where RabbitMQ producers when producing a message to the default exchange were setting checkpoints that didn't work in DSM

[DSM] Fix an issue where RabbitMQ producers when producing a message to the default exchange were setting checkpoints that didn't work in DSM #16946

Workflow file for this run

name: Pull Request Labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
branches:
- 'master'
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "semver-patch, semver-minor, semver-major"