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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-02-25 14:21:54 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-02-25 14:21:54 +0300
commit2666cd4f229563a44606b90750fc7c1ce4c431cd (patch)
tree8109e9a3ae6d0ab40340a1cb021466d98ed89b6c
parent88ca1da122e38f299e5a64406d786a1398587672 (diff)
parentc6d72d0d631a365f4e60f08716031668b5661605 (diff)
Merge branch 'zj-add-patrick' into 'master'
Add Patrick as team member for Danger See merge request gitlab-org/gitaly!1859
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--Dangerfile2
2 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e3501a056..6358fcbb0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,10 +67,12 @@ RPC name. So for a change to RPC `FooBar` you would get:
| Maintainer |
|--------------------|
+|@8bitlife|
|@jacobvosmaer-gitlab|
-|@zj |
-|@pokstad1 |
|@johncai |
+|@pks-t|
+|@pokstad1 |
+|@zj |
## Development Process
diff --git a/Dangerfile b/Dangerfile
index 5cd823476..62cb65390 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -1,4 +1,4 @@
-GITALY_TEAM = %w[8bitlife jacobvosmaer-gitlab johncai pokstad1 zj-gitlab]
+GITALY_TEAM = %w[8bitlife jacobvosmaer-gitlab johncai pks-t pokstad1 zj-gitlab]
danger.import_dangerfile(path: 'danger/assignees')
danger.import_dangerfile(path: 'danger/changelog')