On_disconnect Callback Returns ReasonCode=7 with EMQX over WebSockets in Paho MQTT" #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow uses actions that are not certified by GitHub. | |
# They are provided by a third-party and are governed by | |
# separate terms of service, privacy policy, and support | |
# documentation. | |
name: Label issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
permissions: | |
issues: write | |
steps: | |
- name: Label issues | |
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 | |
with: | |
add-labels: "Status: Available" | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |