Do people still read blog posts anymore? Github Copilot actually gave me the answer to this question a minute ago, but I’m afraid I’m probably going to need to reference this answer frequently until I memorize these commands. Like a lot of people, my company is now using ai to do code review, and we have to spend a lot of time arguing with ai now. Well actually, I don’t even really argue, I just let it change things assuming it isn’t obviously wrong since I don’t really like arguing. I kind of miss the old days where WE bossed the computer around, not the other way around…
Also… wasn’t ai suppose to BOOST productivity? I think ai code review is probably decreasing productivity to be honest.
But anyway, here’s the command you need to trigger Github’s ai code review to re-review your pull request:
git commit --allow-empty -m "chore: retrigger copilot review"
git push