star_repo
Star a GitHub repository for the authenticated user, adding it to their starred list. Use it to bookmark repositories you find interesting for quick reference.
Instructions
Star a repository on behalf of the authenticated user. Starring marks a repository as interesting and adds it to the authenticated user's starred list (visible via list_starred_repos). Returns { starred: true } on success. Returns an error if the repository does not exist or the token lacks sufficient scope. Docs: https://docs.github.com/en/rest/activity/starring#star-a-repository-for-the-authenticated-user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) |