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.
2 parents be453e7 + 492a1e3 commit 1fd4557Copy full SHA for 1fd4557
cookiecutter/{{cookiecutter.github_repo_name}}/.github/labeler.yml
@@ -15,6 +15,14 @@
15
# "part:other":
16
# - "src/frequenz/{{cookiecutter.type}}/{{cookiecutter.name}}/other/**"
17
#
18
+# # For excluding some files (in this example, label "part:complicated"
19
+# # everything inside src/ with a .py suffix, except for src/__init__.py)
20
+# "part:complicated":
21
+# - any:
22
+# - "src/**/*.py"
23
+# - all:
24
+# - "!src/__init__.py"
25
+#
26
# Please have in mind that that the part:xxx labels need to
27
# be created in the GitHub repository.
28
0 commit comments