Add second URL for current group f repo#667
Add second URL for current group f repo#667sebseb10 wants to merge 1 commit intoitu-devops:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository registry to include an additional GitHub URL for Group F (Chirp/C# repo), so downstream tooling/pages can reference the correct project locations.
Changes:
- Adds a second repository URL for the Group F entry in
GROUP_REPOS.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ["https://github.com/Afab1311/MiniTwit-gruppe1"], ["https://github.com/sebseb10/ITU-MiniTwit"] | ||
|
|
There was a problem hiding this comment.
The group f entry is syntactically invalid: you’ve added a second list expression (["..."]) instead of adding a second URL inside the existing URL list, and there’s also a missing comma before the following FrontEndURL string. This will break parsing/import of repositories.py. Update this entry to keep a single URL list (e.g., two strings inside the same list) and ensure it ends with a trailing comma before the next field.
| ["https://github.com/Afab1311/MiniTwit-gruppe1"], ["https://github.com/sebseb10/ITU-MiniTwit"] | |
| ["https://github.com/Afab1311/MiniTwit-gruppe1", "https://github.com/sebseb10/ITU-MiniTwit"], |
See this pull request if you are unsure what i mean. #666 |
This is in regards to us in Group F, having made a second repo which is with the Chirp (C#) project.