We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edbe70 commit 2d96502Copy full SHA for 2d96502
1 file changed
.github/labeler.yml
@@ -9,16 +9,11 @@ AnyChange:
9
- changed-files:
10
- any-glob-to-any-file: '**'
11
12
-# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
+# Add 'Documentation' label to any changes within 'docs' subfolder
13
Documentation:
14
15
- any-glob-to-any-file: docs/**
16
17
-# Add 'Documentation' label to any file changes within 'docs' folder
18
-Documentation:
19
-- changed-files:
20
- - any-glob-to-any-file: docs/*
21
-
22
# Add 'Documentation' label to any file changes within 'docs' or 'guides' folders
23
24
0 commit comments