User opens a PR without any notebooks in them. User adds/edits a notebook in a subsequent commit on the same PR. Our bot does not post ReviewNB link on the PR in such cases.
Solution
Bot to track subsequent updates to PR and post the message if notebook is added to PR later on. (Make sure to never repeat bot messages i.e. if a message is posted once on any PR then it should not be considered for follow up updates)
Problem
User opens a PR without any notebooks in them. User adds/edits a notebook in a subsequent commit on the same PR. Our bot does not post ReviewNB link on the PR in such cases.
Solution
Bot to track subsequent updates to PR and post the message if notebook is added to PR later on. (Make sure to never repeat bot messages i.e. if a message is posted once on any PR then it should not be considered for follow up updates)