AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Review Your Own Code on GitHub
If you just push change to the main branch, the diff in the pull request doesn't necessarily update. So I think it only updates when you push to the pull request branch. Ah, so it doesn't trigger any new jobs to do a comparison then if you just do things on there. That was super annoying to me because I did achange to the main that I'd also done in my whatever branch. And then I pushed it to main and then the diff was still like all the changes. It feels like an education with GitHub where they kind of like don't catch that or something. Also, I guess they probably don't want to recompute the pull request of every single time