Skip to content

C#: Fix failing integration test after new version of NewtonSoft.JSon has been released. #49132

C#: Fix failing integration test after new version of NewtonSoft.JSon has been released.

C#: Fix failing integration test after new version of NewtonSoft.JSon has been released. #49132

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"