mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: update pullapprove for manual_api docs
The markdown files shouldn't require dev-infra approval.
This commit is contained in:
parent
bdbb7cc7af
commit
0cd00b91ef
1 changed files with 7 additions and 1 deletions
|
|
@ -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/**/{*,.*}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue