-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues list not imported in student repos #2
Comments
Hmm, it looks like the app is trying to copy issues from the student account back to the student account. I had made the assumption that GitHub Classroom would be importing the student repos as the students, so I would have their username. Turns out this isn't the case and your username is the one making the requests from Classroom. I can work on fixing this, but in the meantime you can fix this with some manual configuration. Note, I looked at the CISatUH organization and didn't see any "starter" repos so you might have to do this anyways. The instructions for the configuration are in the README but I will go into a bit more details below. Currently the app will get a notification from GitHub saying that your organization created a student repo (ex Fortunately since not everyone is going to name their starter repos like issues:
# this doesn't have to follow any particular pattern
# it could even be something like assignment1-master-repo
starterName: debugging-redo-master Let me know if that works or not. |
This is not working for me, even when providing the starterName in |
I added the app to both my personal account and to the organization, and then created a new assignment. I logged in to a different account and succefully accepted the assignment, however the issues were not brought across to the student repo. I installed the app using Marketplace rather than from the github repo.
The text was updated successfully, but these errors were encountered: