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 7d7ccb1 commit cfa0e25Copy full SHA for cfa0e25
.github/labeler.yml
@@ -0,0 +1,23 @@
1
+# Apply the 'Core' label if any .csproj file or any file in the 'core/' directory is changed.
2
+Core:
3
+ - changed-files:
4
+ - any-glob-to-any-file:
5
+ - '**/*.csproj'
6
+ - 'core/**/*'
7
+ - '**/.editorconfig'
8
+
9
+# Apply the 'Config' label for any change to .filenesting.json configuration file.
10
+Config:
11
12
13
+ - '**/.filenesting.json'
14
15
+# Apply the 'Algorithms' label for any change within the 'Algorithms/' directory.
16
+Algorithms:
17
18
+ - any-glob-to-any-file: 'Algorithms/**/*'
19
20
+# Apply the 'Documentation' label for any change to a Markdown file.
21
+Documentation:
22
23
+ - any-glob-to-any-file: '**/*.md'
0 commit comments