WIP: reparent #125

Draft
adamm wants to merge 18 commits from reparent into gitea-api-update
Owner
No description provided.
adamm changed target branch from main to gitea-api-update 2026-02-04 09:06:29 +01:00
adamm added 16 commits 2026-02-04 09:06:29 +01:00
adamm requested review from jzerebecki 2026-02-04 14:21:00 +01:00
adamm added 2 commits 2026-02-16 18:27:58 +01:00
When processing PRs, we need to also handle cases when comments
are added to PRs, namely the "merge ok" comments.

Additionally, New Package Process requires issue processing
pr: Process issue comments in addition to PR comments
All checks were successful
go-generate-check / go-generate-check (pull_request) Successful in 8s
0e05ea2595
IssueComment webhook is called whenever an issue comment is edited,
added, etc. But IssueComments belong to both Issues and PRs. Gitea
views PRs as a superset of Issues. We must differentiate
betweeen PR and Issue comments at runtime.
adamm changed title from reparent to WIP: reparent 2026-02-19 12:01:48 +01:00
Author
Owner

As discussed elsewhere, requiring elevated permissions is not desirable here. Adjusting the gitea API to use same permission requests as repo transfer would be a better option.

As discussed elsewhere, requiring elevated permissions is not desirable here. Adjusting the gitea API to use same permission requests as repo transfer would be a better option.
adamm removed review request for jzerebecki 2026-02-19 12:02:49 +01:00
All checks were successful
go-generate-check / go-generate-check (pull_request) Successful in 8s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin reparent:reparent
git checkout reparent
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: git-workflow/autogits#125