From 628cbd5068cf1aecaa58edb42dadc86e3ba2ffa3 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Thu, 22 Nov 2018 12:45:49 +0100 Subject: [PATCH 1/3] Updated Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ce48986e7d..4211958fd6a 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,4 @@ work). It's a lot of work, and we need your help! If you're interested, check out our [contributing docs](.github/CONTRIBUTING.md). + From 993d0a7100c235f287f039a6c7d94c4b3b7d2168 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Thu, 22 Nov 2018 15:28:08 +0100 Subject: [PATCH 2/3] test-pullaprove --- sample-pullapprove.yml | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 sample-pullapprove.yml diff --git a/sample-pullapprove.yml b/sample-pullapprove.yml new file mode 100644 index 00000000000..e1a63a5c3b4 --- /dev/null +++ b/sample-pullapprove.yml @@ -0,0 +1,72 @@ +version: 3 +approve_by_comment: true +approve_regex: ^(Approved|\+1|:\+1:|:shipit:) +author_approval: ignored +reject_regex: ^(Rejected|\-1|:\-1:) +reject_value: -1 +reset_on_push: true +reviewers: +- name: devs + required: 1 + teams: + - devs +- conditions: + branches: + - master + files: + - '*.php' + - '*.js' + - '*.swift' + - '*.java' + - '*.py' + - '*.go' + - '*.yml' + name: pm + required: 1 + teams: + - pm +- conditions: + branches: + - master + files: + - '*.php' + - '*.js' + - '*.swift' + - '*.java' + - '*.py' + - '*.go' + - '*.yml' + labels: + exclude: + - dev_qa + name: qa + required: 1 + teams: + - qa +- conditions: + branches: + - master + files: + - '*.php' + - '*.js' + - '*.swift' + - '*.java' + - '*.py' + - '*.go' + - '*.yml' + labels: + include: + - dev_qa + name: dev_qa + required: 2 + teams: + - devs +- conditions: + branches: + - master + files: + - .pullapprove.yml + members: + - startnow65 + name: access + required: 1 From 1eb7c5984ca2595511faf3d28bcd1cee3658ca16 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Thu, 22 Nov 2018 15:48:28 +0100 Subject: [PATCH 3/3] test-pullaprove --- sample-pullapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-pullapprove.yml b/sample-pullapprove.yml index e1a63a5c3b4..371f476cf4a 100644 --- a/sample-pullapprove.yml +++ b/sample-pullapprove.yml @@ -1,3 +1,4 @@ +--- version: 3 approve_by_comment: true approve_regex: ^(Approved|\+1|:\+1:|:shipit:)