diff options
author | sidh <sidh@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
commit | d54b0314e57e39549873d9491b6a30f9138f2997 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules/go/.devexp.json | |
parent | ba9fd5b4f91f51e0d8cfc5e4a7b7038f33ebe3d4 (diff) | |
download | ydb-d54b0314e57e39549873d9491b6a30f9138f2997.tar.gz |
Restoring authorship annotation for <sidh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/go/.devexp.json')
-rw-r--r-- | build/rules/go/.devexp.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/build/rules/go/.devexp.json b/build/rules/go/.devexp.json index 360e2d326d..3a49601806 100644 --- a/build/rules/go/.devexp.json +++ b/build/rules/go/.devexp.json @@ -1,18 +1,18 @@ -{ - "auto_start": true, - "notification": "telegram", - "approve_count": 1, - "total_reviewers": 4, - "static_members": [ - "buglloc", - "gzuykov", - "prime", - "sidh" - ], - "strict": true, - "reset_after_publish": true, - "update_status": true, - "update_reviewers": false, - "update_assignees": false, - "update_labels": true -} +{ + "auto_start": true, + "notification": "telegram", + "approve_count": 1, + "total_reviewers": 4, + "static_members": [ + "buglloc", + "gzuykov", + "prime", + "sidh" + ], + "strict": true, + "reset_after_publish": true, + "update_status": true, + "update_reviewers": false, + "update_assignees": false, + "update_labels": true +} |