Skip to content

Update System.Text.Json #20

Update System.Text.Json

Update System.Text.Json #20

name: "Pull Request Labeler"
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}