repo_add_file() can take a vector of file names and will add all those files to the repositories, however it creates a new commit for each file. Because each commit triggers the autograding action and is listed in the feedback pull request, this is not desirable. It would be better if all the files were added in a single commit. Is that possible?