3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure DevOpsにおけるAzure Repos(git)にてmainブランチにプッシュやコミットを直接されないようにする方法

Posted at

内容

Azure DevOpsにおけるAzure Repos(git)にてmainブランチにプッシュやコミットを直接されないようにする方法を共有します。

Azure Data FactoryやAzure Databricksでは、Azure Reposと連携できるようになったのですが、間違ってmainブランチにプッシュやコミットされてしまうことへの対応方法を検討する必要がでてきました。ブランチ ポリシーを設定することで対応ができるようです。

対応方法

1. Azure DevOpsにて、Repos --> Branches --> ... --> Branch policies を選択

image.png

2. Require a minimum number of reviewersONに設定して、下記の設定を実施

  • Minimum number of reviewers : 1
  • Allow requestors to approve their own changes : 

image.png

3. mainブランチにcommitできないことを確認

Pushes to this branch are not permitted; you must use a pull request to update this branch.

image.png

参考リンク

3
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?