ci: exclude markdown files from requiring dev-infra review

613c51e wasn't enough to exclude dev-infra

(cherry picked from commit d364c83c44)
This commit is contained in:
Matthieu Riegler
2026-08-18 18:05:25 +02:00
committed by Jessica Janiuk
parent 44137117b3
commit 49f4e1573b
+2 -1
View File
@@ -303,7 +303,8 @@ groups:
contains_any_globs(files
.exclude('.pullapprove.yml')
.exclude('tools/manual_api_docs/blocks/*.md')
.exclude('tools/manual_api_docs/elements/*.md'),
.exclude('tools/manual_api_docs/elements/*.md')
.exclude('.agent/**/*.md'),
[
'{*,.*}',
'.agent/**/{*,.*}',