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 baf299b commit 9600c11Copy full SHA for 9600c11
.github/labeler.yml
@@ -0,0 +1,15 @@
1
+# Add 'test' label
2
+":label: test :checkered_flag:":
3
+ - test/**/*
4
+
5
+# Add github actions related updates to .github
6
+":label: github-action :octocat:":
7
+ - .github/**/*
8
9
+# requirements.txt update
10
+":label: requirements-update :christmas_tree:":
11
+ - requirements/*
12
13
+":label: documentation :scroll:":
14
+ - README.md
15
+ - documentation/*.md
0 commit comments