Skip to content

fix: correct typo and mismatched godoc comment names #367

fix: correct typo and mismatched godoc comment names

fix: correct typo and mismatched godoc comment names #367

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'