Skip to content

Fix MQTT message error handling and improve connection responses (#1784) #313

Fix MQTT message error handling and improve connection responses (#1784)

Fix MQTT message error handling and improve connection responses (#1784) #313

Workflow file for this run

name: MoP Release Notes
on:
push:
branches:
- master
path-ignores:
- 'docs/**'
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: release note
uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}