Skip to content

Commit

Permalink
fix(ci): labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Jan 3, 2024
1 parent 13c4b35 commit a4b7386
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Add 'Documentation' label to any file changes within 'docs' or 'guides' folders
# Add 'docs' label to any file changes within 'docs' folder or any file with '.md' extension
docs:
- changed-files:
- any-glob-to-any-file:
- docs/**
- '**/*.md'

- 'docs/**'
- '**/*.md'

# Add 'api' label to any file changes in any file with '.go' extension
api:
- changed-files:
- any-glob-to-any-file: '**/*.go'
- '**/*.go'

# Add 'go' label to any file changes in any file with '.go' extension
go:
- changed-files:
- any-glob-to-any-file: '**/*.go'
- '**/*.go'

0 comments on commit a4b7386

Please sign in to comment.