From 95cbca20a5ffc44b0ff624830ada46f87c0b4346 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 9 Jan 2017 15:32:56 -0800 Subject: [PATCH] chore(owners): configure pullapprove.com --- .pullapprove.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .pullapprove.yml diff --git a/.pullapprove.yml b/.pullapprove.yml new file mode 100644 index 0000000000000..c08338e5f3152 --- /dev/null +++ b/.pullapprove.yml @@ -0,0 +1,32 @@ +# Configuration for pullapprove.com +# See ownership spreadsheet: +# https://docs.google.com/spreadsheets/d/1-HIlzfbPYGsPr9KuYMe6bLfc4LXzPjpoALqtYRYTZB0/edit?pli=1#gid=0&vpid=A5 + +version: 2 + +group_defaults: + required: 1 + reset_on_reopened: + enabled: true + approve_by_comment: + enabled: true + approve_regex: '^(Approved|:\+1:|LGTM)' + +groups: + config: + conditions: + files: + - "*.yml" + - "*.json" + teams: + - repoowners + + compiler: + conditions: + files: + - "tools/@angular/tsc-wrapped/*" + - "modules/@angular/compiler/*" + - "modules/@angular/compiler-cli/*" + teams: + - compiler-owners + - repoowners