Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md3
-rw-r--r--Dangerfile10
2 files changed, 11 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6358fcbb0..c699324d4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -72,7 +72,8 @@ RPC name. So for a change to RPC `FooBar` you would get:
|@johncai |
|@pks-t|
|@pokstad1 |
-|@zj |
+|@proglottis|
+|@zj-gitlab |
## Development Process
diff --git a/Dangerfile b/Dangerfile
index 62cb65390..f1a65d33c 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -1,4 +1,12 @@
-GITALY_TEAM = %w[8bitlife jacobvosmaer-gitlab johncai pks-t pokstad1 zj-gitlab]
+GITALY_TEAM = %w[
+ 8bitlife
+ jacobvosmaer-gitlab
+ johncai
+ pks-t
+ pokstad1
+ proglottis
+ zj-gitlab
+]
danger.import_dangerfile(path: 'danger/assignees')
danger.import_dangerfile(path: 'danger/changelog')