Skip to content

Update mqtt.py

Update mqtt.py #16

# .github/workflows/release-drafter.yml
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- labeled
- unlabeled
- opened
- closed
jobs:
update_release_drafter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}