Skip to content

[feature request] Move to System.Text.Json to support AOT #282

[feature request] Move to System.Text.Json to support AOT

[feature request] Move to System.Text.Json to support AOT #282

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 }}"