ci: update pullapprove for manual_api docs

The markdown files shouldn't require dev-infra approval.
This commit is contained in:
Matthieu Riegler 2026-02-24 19:03:25 +01:00 committed by Jessica Janiuk
parent bdbb7cc7af
commit 0cd00b91ef

View file

@ -243,6 +243,8 @@ groups:
- >
contains_any_globs(files, [
'adev/**/{*,.*}',
'tools/manual_api_docs/blocks/**/*.md',
'tools/manual_api_docs/elements/**/*.md',
])
reviewers:
users:
@ -295,7 +297,11 @@ groups:
<<: *defaults
conditions:
- >
contains_any_globs(files.exclude('.pullapprove.yml'), [
contains_any_globs(files
.exclude('.pullapprove.yml')
.exclude('tools/manual_api_docs/blocks/**/*.md')
.exclude('tools/manual_api_docs/elements/**/*.md'),
[
'{*,.*}',
'.agent/**/{*,.*}',
'.devcontainer/**/{*,.*}',