request_assign_bounty
Request a bounty assignment to a contributor for a GitHub issue. Returns a confirm_code the user must post on GitHub to authorize execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo in owner/repo format | |
| token | Yes | Token symbol: USDC or WETH | |
| amount | Yes | Bounty amount | |
| contributor | Yes | GitHub username of the contributor to assign | |
| issue_number | Yes | GitHub issue number | |
| github_username | Yes | GitHub username of the project owner |