Document Gitea AGit PR workflow
This commit is contained in:
@@ -10,6 +10,12 @@ Repository:
|
||||
MrSphay/WatchLink
|
||||
```
|
||||
|
||||
Current organization remote:
|
||||
|
||||
```text
|
||||
Code-Inc/WatchLink
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
```text
|
||||
@@ -49,6 +55,25 @@ Package manager:
|
||||
npm
|
||||
```
|
||||
|
||||
## Pull Requests
|
||||
|
||||
This project uses the Gitea organization repository directly rather than a
|
||||
personal fork workflow. If API-based PR creation is unavailable or
|
||||
`GITEA_TOKEN` is not a valid API token, create PRs over SSH with Gitea AGit:
|
||||
|
||||
```text
|
||||
git push -o topic=<branch-name> origin HEAD:refs/for/<base-branch>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```text
|
||||
git push -o topic=codex/project-hygiene-followups origin HEAD:refs/for/feature/room-invites-chat-moderation
|
||||
```
|
||||
|
||||
After creation, validate the PR with the public API or web UI and poll any
|
||||
started Gitea checks until success or a concrete blocker is known.
|
||||
|
||||
## Build Artifacts
|
||||
|
||||
Next.js standalone build output:
|
||||
|
||||
Reference in New Issue
Block a user