Skip to content

Add second URL for current group f repo#667

Open
sebseb10 wants to merge 1 commit intoitu-devops:masterfrom
sebseb10:patch-1
Open

Add second URL for current group f repo#667
sebseb10 wants to merge 1 commit intoitu-devops:masterfrom
sebseb10:patch-1

Conversation

@sebseb10
Copy link
Contributor

This is in regards to us in Group F, having made a second repo which is with the Chirp (C#) project.

Copilot AI review requested due to automatic review settings February 13, 2026 11:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +40 to 41
["https://github.com/Afab1311/MiniTwit-gruppe1"], ["https://github.com/sebseb10/ITU-MiniTwit"]

Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
["https://github.com/Afab1311/MiniTwit-gruppe1"], ["https://github.com/sebseb10/ITU-MiniTwit"]
["https://github.com/Afab1311/MiniTwit-gruppe1", "https://github.com/sebseb10/ITU-MiniTwit"],

Copilot uses AI. Check for mistakes.
@PatNei
Copy link
Collaborator

PatNei commented Feb 13, 2026

  1. Are you trying to add another repository for your group to the file ? If so please follow valid Python syntax.

  2. If you are trying to replace the repository then make sure that there are not two repository in the file.

See this pull request if you are unsure what i mean. #666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants