16 lines
430 B
Markdown
16 lines
430 B
Markdown
|
# `frag-review`
|
||
|
|
||
|
This tool allows syncing reviews from pull requests back into the source files.
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
For each repository you should have separate config that decides which repository is the upstream and
|
||
|
how are the review comments to be formatted.
|
||
|
|
||
|
## Environment variables
|
||
|
|
||
|
### `GITEA_TOKEN`
|
||
|
|
||
|
`GITEA_TOKEN` is the only environment variable that is used for Gitea API of the specific instance
|
||
|
configured in config.
|