I have an assignment that was already accepted by some of the students and I need to update it.
I updated the assignment template.
How can students now merge the updates into their repositories? (I need to have the students merge the changes to their repositories themselves).
I can't find instructions on how to do this anywhere. There are instructions on how to update the assignment configuration but that doesn't update the student repositories.
I have a student test account with which I tried to set the template assignment repository as a remote but it can't find it (maybe because it's private, but I can't make it public).
I got the same problem recently. It seems that there's no offical method provided, and here's what I think could be a solution:
api.github.com/orgs/ORG/reposto get all repositories in the organization and filter them byassignment_name-github_usernameand maybecreated_atattribute if previous assignments with the same name exist.