Skip to content

Fix mismatched doc comments on exported weight config constants #380

Fix mismatched doc comments on exported weight config constants

Fix mismatched doc comments on exported weight config constants #380

Workflow file for this run

name: PR Label
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions:
contents: read
jobs:
classify:
name: Classify PR
runs-on: ubuntu-latest
steps:
- name: PR impact specified
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5
with:
mode: exactly
count: 1
labels: 'bug, enhancement, documentation, dependencies'