mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ci: exclude markdown files from requiring dev-infra review
613c51ewasn't enough to exclude dev-infra (cherry picked from commitd364c83c44)
This commit is contained in:
committed by
Jessica Janiuk
parent
44137117b3
commit
49f4e1573b
+2
-1
@@ -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/**/{*,.*}',
|
||||
|
||||
Reference in New Issue
Block a user