[Bug Report] IoT Hub Query — GROUP BY Without Aggregate Does Not Deduplicate Rows #326
This file contains hidden or 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
| 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 }}" |