Document required token scopes in README #66
Reference in New Issue
Block a user
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
reviewer-tokenneeds specific Gitea scopes to function properly:Required scopes:
write:issue- to post reviewswrite:repository- to read PR diffsread:user- to check if PR author matches reviewer (skip self-reviews)Without
read:user, the bot logs:The README should document these required scopes so users know to set them when creating tokens.