fix: disinto-ops repo owned by dev-bot instead of disinto-admin #235
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#235
Loading…
Add table
Add a link
Reference in a new issue
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?
Problem
The ops repo (disinto-ops) is owned by dev-bot. It should be owned by disinto-admin (the site admin account) or a shared Forgejo organization.
Current state:
This is an artifact of the original disinto init run, which used FORGE_TOKEN (dev-bot) to create the ops repo via POST /api/v1/user/repos — creating it under dev-bot's namespace.
Proposed solution
Transfer the repo to disinto-admin via Forgejo API:
This requires admin privileges. After transfer, update:
Alternatively, create a Forgejo organization (e.g. 'disinto') and transfer the repo there. This is cleaner long-term as it separates ownership from any single bot account.
Affected files
Acceptance criteria
Superseded by #240 (ops repo under disinto-admin) and #241 (remove johba hardcoding). Closing.