Background: I wrote a script to updating the copyrights on all the files in my team's github repository. There are over a hundred thousand files to update. I'm updating them 1 subdirectory at a time.
My question is, if I make a pull request after updating just the copyrights of ~2,000 files, will github automatically merge these files? I really don't want to have to manually approve each merge conflict, because there will be WAY too many...