Skip to content

[Technical Question] Set the expiry of cloud to device message in Azure IoT hub using JAVA SDK 2.X.X #191

[Technical Question] Set the expiry of cloud to device message in Azure IoT hub using JAVA SDK 2.X.X

[Technical Question] Set the expiry of cloud to device message in Azure IoT hub using JAVA SDK 2.X.X #191

Workflow file for this run

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