From 6766b9e366c3e6bebd0712b824fca6f09ca853e6 Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 20 Jan 2023 09:52:43 +0100 Subject: [PATCH 1/2] Templates: add label [proto] to smart rollup --- .gitlab/merge_request_templates/smart-rollup-proto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/merge_request_templates/smart-rollup-proto.md b/.gitlab/merge_request_templates/smart-rollup-proto.md index d5de0607471a..4a7a6aef6d5c 100644 --- a/.gitlab/merge_request_templates/smart-rollup-proto.md +++ b/.gitlab/merge_request_templates/smart-rollup-proto.md @@ -33,4 +33,4 @@ Describe how reviewers and approvers can test this MR. --> /assign_reviewer @yrg @lthms @picdc @sribaroud @vch9 -/label ~scoru +/labels ~scoru ~proto -- GitLab From e2944bb2b5fd17c2cbaa2ca324065bc0af3e614c Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 20 Jan 2023 09:55:20 +0100 Subject: [PATCH 2/2] Templates: check suitable reviewers for smart rollup --- .gitlab/merge_request_templates/smart-rollup-proto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/merge_request_templates/smart-rollup-proto.md b/.gitlab/merge_request_templates/smart-rollup-proto.md index 4a7a6aef6d5c..1327867b7852 100644 --- a/.gitlab/merge_request_templates/smart-rollup-proto.md +++ b/.gitlab/merge_request_templates/smart-rollup-proto.md @@ -26,7 +26,7 @@ Describe how reviewers and approvers can test this MR. --> - [ ] Document any change to the user interface, including configuration parameters (see [node configuration](https://tezos.gitlab.io/user/node-configuration.html)) - [ ] Provide automatic testing (see the [testing guide](https://tezos.gitlab.io/developer/testing.html)). - [ ] For new features and bug fixes, add an item in the appropriate changelog (`docs/protocols/alpha.rst` for the protocol and the environment, `CHANGES.rst` at the root of the repository for everything else). -- [ ] Select suitable reviewers using the `Reviewers` field below. +- [X] Select suitable reviewers using the `Reviewers` field below. - [ ] Select as `Assignee` the next person who should [take action on that MR](https://tezos.gitlab.io/developer/contributing.html#merge-request-assignees-field) /assign me -- GitLab