Skip to content

How to handle exceptions in the send_message() method? #213

How to handle exceptions in the send_message() method?

How to handle exceptions in the send_message() method? #213

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"