BEACHSIDE BLOG

Azure と GitHub と C# が好きなエンジニアの個人メモ ( ・ㅂ・)و ̑̑

2022-03-02から1日間の記事一覧

GitHub Enterprise でブランチに push や merge できるユーザーを制限したい

GitHub で特定のブランチに push / merge できるユーザーを制限したいってことはあるでしょうか。そんな設定の話です。 今回取り扱うのは Branch protection rule の「Restrict who can push to matching branches」という設定です。 意訳すると「対象のブラ…