You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change allows users to modify the repository name
when working with a fork.
Modifications:
- Introduced repository name to store the repository name dynamically.
- Replaced fixed occurrences of lab0-c in API calls with current
repository name.
- Improved fork validation by:
1. Checking if the repository is a fork.
2. Verifying that the parent repository's full name.
Note:
- This change requires a tool to parse the response from github.com.
0 commit comments