Github Codespaces Cloning another repo write permission error
The big goal of this project (for context): I am attempting to build a repository for my intro CS graders where they can create a Codespace and it basically clones only the students they have been assigned to grade, changes the name of the folders to be anon1 etc. They then grade the work in the Codespace and write the grade into a text file, that when they run a second program in the repo it converts into a PR comment (using the Github classroom feedback PR). We use Github classroom and I currently have this setup in a second organization/classroom to keep the graders separate from the students.