Skip to content

NMS-16435 : Fix Usage statistics reporter throws an NPE in the stdout on startup #8217

NMS-16435 : Fix Usage statistics reporter throws an NPE in the stdout on startup

NMS-16435 : Fix Usage statistics reporter throws an NPE in the stdout on startup #8217

Workflow file for this run

# Workflow to associate labels automatically
name: PR-Labeler
# Trigger the workflow on pull request events
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"