GITHUB_PERSONAL_ACCESS_TOKEN
: Your GitHub Personal Access TokenTool | Short Description |
---|---|
add_issue_comment | Add a comment to an existing issue |
create_branch | Create a new branch in a GitHub repository |
create_issue | Create a new issue in a GitHub repository |
create_or_update_file | Create or update a single file in a GitHub repository |
create_pull_request | Create a new pull request in a GitHub repository |
create_pull_request_review | Create a review on a pull request |
create_repository | Create a new GitHub repository in your account |
fork_repository | Fork a GitHub repository |
get_file_contents | Get file or directory contents from a repository |
get_issue | Get details of a specific issue |
get_pull_request | Get details of a specific pull request |
get_pull_request_comments | Get review comments on a pull request |
get_pull_request_files | List files changed in a pull request |
get_pull_request_reviews | Get reviews on a pull request |
get_pull_request_status | Get combined status for a pull request |
list_commits | List commits of a branch |
list_issues | List issues in a repository |
list_pull_requests | List and filter pull requests in a repo |
merge_pull_request | Merge a pull request |
push_files | Push multiple files in a single commit |
search_code | Search for code across repositories |
search_issues | Search for issues and PRs |
search_repositories | Search for repositories |
search_users | Search for users |
update_issue | Update an existing issue |
update_pull_request_branch | Update a PR branch with base changes |
add_issue_comment
body
: stringissue_number
: numberowner
: stringrepo
: stringcreate_branch
branch
: string (new branch name)owner
: stringrepo
: stringfrom_branch
: string (optional)create_issue
owner
: stringrepo
: stringtitle
: stringassignees
: array (optional)body
: string (optional)labels
: array (optional)milestone
: number (optional)create_or_update_file
branch
: stringcontent
: stringmessage
: stringowner
: stringpath
: stringrepo
: stringsha
: string (optional)create_pull_request
base
: string (target branch)head
: string (source branch)owner
: stringrepo
: stringtitle
: stringbody
: string (optional)draft
: boolean (optional)maintainer_can_modify
: boolean (optional)create_pull_request_review
body
: stringevent
: stringowner
: stringpull_number
: numberrepo
: stringcomments
: array (optional)commit_id
: string (optional)create_repository
name
: stringautoInit
: boolean (optional)description
: string (optional)private
: boolean (optional)fork_repository
owner
: stringrepo
: stringorganization
: string (optional)get_file_contents
owner
: stringpath
: stringrepo
: stringbranch
: string (optional)get_issue
issue_number
: numberowner
: stringrepo
: stringget_pull_request
owner
: stringpull_number
: numberrepo
: stringget_pull_request_comments
owner
: stringpull_number
: numberrepo
: stringget_pull_request_files
owner
: stringpull_number
: numberrepo
: stringget_pull_request_reviews
owner
: stringpull_number
: numberrepo
: stringget_pull_request_status
owner
: stringpull_number
: numberrepo
: stringlist_commits
owner
: stringrepo
: stringpage
: number (optional)perPage
: number (optional)sha
: string (optional)list_issues
owner
: stringrepo
: stringlist_pull_requests
owner
: stringrepo
: stringmerge_pull_request
owner
: stringpull_number
: numberrepo
: stringcommit_message
: string (optional)commit_title
: string (optional)merge_method
: string (optional)push_files
branch
: stringfiles
: arraymessage
: stringowner
: stringrepo
: stringsearch_code
q
: string (query)order
: string (optional)page
: number (optional)per_page
: number (optional)search_issues
q
: stringorder
: string (optional)page
: number (optional)per_page
: number (optional)sort
: string (optional)search_repositories
query
: stringpage
: number (optional)perPage
: number (optional)search_users
q
: stringorder
: string (optional)page
: number (optional)per_page
: number (optional)sort
: string (optional)update_issue
issue_number
: numberowner
: stringrepo
: stringupdate_pull_request_branch
owner
: stringpull_number
: numberrepo
: stringexpected_head_sha
: string (optional)