【问题标题】:How do I tell reviewers that I have responded to their suggestions?How do I tell reviewers that I have responded to their suggestions?
【发布时间】:2022-12-01 22:38:00
【问题描述】:

Azure DevOps lets a reviewer tell the developer that they have completed their review with the "waiting for the author" flag on a PR review.

But as the developer how can I tell the reviewer "I have finished addressing cmets?" They may get a notification for every reply I make to a review comment but typically, we work that a reviewer won't re-review until I've finished addressing all their cmets. I can send them a message but it seems like there should be a way to do it from the PR itself.

【问题讨论】:

    标签: azure-devops azure-repos


    【解决方案1】:

    Unfortenately there is no out-of-the-box method to do this. These are the only subscription that can be made for code (git) notification:

    You could however come up with a process flow yourself, some examples:

    1. Define that all fixes should be made in one push to the branch. The developer can fix the remark in several commits, but whenever he pushes these commits the notification is send out - triggering the reviewer to look again.

      1. Another option is the agreement of a code word or sentence in the commit message, like: rework-complete. The reviewer filters out these message in their mail client, to see what PR are up for review again.

      2. Alternatively you could alter the status of a PR linked work item.For example:After review, the develop work item is set back to the status: Active. Whenever this work item is closed, the review can be done again. This will avoid unwanted, out of AzDo, message sending.

      Again, no out-of-the-box solution afaik, but I hope this helps you.

    【讨论】:

      猜你喜欢
      • 2022-12-28
      • 2022-12-01
      • 2022-12-02
      • 2013-07-10
      • 2022-11-20
      • 2022-11-20
      • 2022-12-27
      • 2022-12-01
      • 1970-01-01
      相关资源
      最近更新 更多