When a commit to revision control requires a developer to change their own config

后端 未结 5 696
独厮守ぢ
独厮守ぢ 2020-12-10 17:30

What\'s the best method to notify other developers when a change committed into revision control requires some specific additional action by the developer getting the update

5条回答
  •  一向
    一向 (楼主)
    2020-12-10 17:32

    Just an idea, but you could have trigger based on a pattern in the commit message to send a mail with the commit comment to developers

    doable with hooks

提交回复
热议问题