...

Text file src/github.com/spf13/cobra/.github/labeler.yml

Documentation: github.com/spf13/cobra/.github

     1# changes to documentation generation
     2"area/docs-generation": doc/**/*
     3
     4# changes to the core cobra command
     5"area/cobra-command":
     6- any: ['./cobra.go', './cobra_test.go', './*command*.go']
     7
     8# changes made to command flags/args
     9"area/flags": ./args*.go
    10
    11# changes to Github workflows
    12"area/github": .github/**/*
    13
    14# changes to shell completions
    15"area/shell-completion":
    16  - ./*completions*
    17

View as plain text