Skip to content

feat: add support for cpu nanocore metric #47

feat: add support for cpu nanocore metric

feat: add support for cpu nanocore metric #47

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [ opened ]
branches: [ main ]
permissions:
contents: read
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"