-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13c4b35
commit a4b7386
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |