Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates GitHub actions labeler for new labels #1613

Merged
merged 1 commit into from Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/labeler.yml
@@ -1,16 +1,17 @@
# changes to documentation generation
"area/doc-gen": doc/**/*
"area/docs-generation": doc/**/*

# changes to the core Go cobra lib package
"area/lib": ./*.go
# changes to the core cobra command
"area/cobra-command":
- any: ['./cobra.go', './cobra_test.go', './*command*.go'

# changes to the Cobra CLI
"area/cli": cobra/**/*
# changes made to command flags/args
"area/flags": ./args*.go

# changes to Github workflows
"area/github": .github/**/*

# changes to shell completions
"area/*sh completion":
"area/shell-completion":
- ./*completions*