LoginSignup
2
0

gitlabのMRテンプレートでreviewer指定する

Last updated at Posted at 2023-12-23

gitlabにおけるMRテンプレートの作成

repositoryの下記場所に作成。
ファイル名は何でも良い。

.gitlab/merge_request_templates/default_template.md

reviewer指定方法

default_template.md
/assign_reviewer @bluelemmon

こんな感じで指定すればOK。
デフォルトのブランチに対して、入っていれば、MR時に引っ張ってこれる

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0