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 enforces that the repository name is "lab0-c" both locally
and on GitHub while ensuring it is correctly forked from
"sysprog21/lab0-c." It validates both the fork status and the parent
repository name using the GitHub API.
Modifications:
- Replaced grep and sed parsing with Git commands and awk for extracting
the repository owner and name.
- Added validation to ensure the repository name is "lab0-c."
- Improved fork verification by checking the GitHub API response for
both fork status and parent repository name.
0 commit comments