Missing Label Creation in setup of project #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The BZZZ system expects "bzzz-task" labels to exist in the repository, but our setup process doesn't create them.
This reveals multiple issues:
🚨 Repository Setup Gaps
- No "bzzz-task" labels configured in GITEA
- Setup script doesn't initialize repository structure
- No predefined issue templates or workflows
- BZZZ is still polling old GitHub paths (anthonyrawlins/bzzz, anthonyrawlins/hive)
- Should be polling GITEA repositories instead
- Configuration needs to point to gitea.deepblack.cloud
- Code expects GitHub API format
- GITEA API might have different endpoints/authentication
- Token configuration may not work with GITEA
🔧 Immediate Actions Needed
This is another issue that should be logged in GITEA - the installation process should include: