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 2402048 commit f6ea6f7Copy full SHA for f6ea6f7
.github/labeler.yml
@@ -72,20 +72,30 @@ infrastructure:
72
- "cmake/**"
73
- ".clang-format"
74
- ".clang-tidy"
75
+ - ".editorconfig"
76
- ".gitignore"
77
- ".gitmodules"
- - "codecov.yml"
78
+ - ".pre-commit-config.yaml"
79
+ - ".yamllint"
80
+ - "LICENSE"
81
- "setup.cfg"
82
83
python:
84
- changed-files:
85
- any-glob-to-any-file:
86
- "**/requirements.txt"
87
88
+docker:
89
+ - changed-files:
90
+ - any-glob-to-any-file:
91
+ - "docker/**"
92
+ - ".devcontainer/**"
93
+
94
docs:
95
96
97
- "docs/**"
98
+ - "Doxyfile"
99
- "README.md"
100
101
scoreboard:
0 commit comments