You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will approved the CL, but I needed to make a minor change to satisfy the type checker. It's a little annoying to have to request a re-review for such small changes.
The text was updated successfully, but these errors were encountered:
This would require a much bigger change to the bot than I can handle, relative to the payoff (i.e., I think of it as a P3 that would require a P1 level of work...)
To make this happen, the bot will have to be changed so that when a commit adds more than the allowed bundle-size and was approved earlier, then it has to check whether it was already approved by someone (which it doesn't do), check whether the new change is significant compared to the previously approved commit (which means it'll have to store not only each individual file's bundle size per commit, but also which commit received the approval), and determine whether it requires re-approval
It's a little annoying to have to request a re-review for such small changes.
Is the annoyance big enough to merit a couple weeks of work on this? :)
Eg, ampproject/amphtml#28806 (review)
Will approved the CL, but I needed to make a minor change to satisfy the type checker. It's a little annoying to have to request a re-review for such small changes.
The text was updated successfully, but these errors were encountered: