https://github.com/angular/angular
Revision 7005da9c0fea03e205c2f22de91cd2b9b5cd0121 authored by Andrew Kushnir on 03 May 2022, 18:02:21 UTC, committed by Dylan Hunn on 03 May 2022, 22:48:26 UTC
This commit updates the PullApprove config to decrease the number of required reviews from `public-api` and `size-tracking` group members.

PR Close #45855
1 parent 410d81f
Raw File
Tip revision: 7005da9c0fea03e205c2f22de91cd2b9b5cd0121 authored by Andrew Kushnir on 03 May 2022, 18:02:21 UTC
ci: decrease the number of required `public-api` and `size-tracking` reviews (#45855)
Tip revision: 7005da9
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top