Skip to content

feat: Can change username and password when autoconnect is disable, and can change path in mqtt broker URI #50

feat: Can change username and password when autoconnect is disable, and can change path in mqtt broker URI

feat: Can change username and password when autoconnect is disable, and can change path in mqtt broker URI #50

Workflow file for this run

name: Label PR and check title
on:
pull_request_target:
branches: ['*']
jobs:
title:
runs-on: ubuntu-latest
name: PR Title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}