<- Adapters

GitHub

certifiedcode

GitHub repository, pull request, issue, and CI inspection as governed capabilities

pip install chp-adapter-github

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

add_labelsv1.0.0

Add labels to an issue or pull request.

chp.adapters.github.add_labels
create_commentv1.0.0

Add a comment to an issue or pull request.

chp.adapters.github.create_comment
create_issuev1.0.0

Create a new issue in a repository.

chp.adapters.github.create_issue
create_pull_requestv1.0.0

Open a new pull request.

chp.adapters.github.create_pull_request
get_issuev1.0.0

Get a single issue.

chp.adapters.github.get_issue
get_pull_requestv1.0.0

Get a single pull request with merge/CI detail.

chp.adapters.github.get_pull_request
get_repov1.0.0

Get repository metadata.

chp.adapters.github.get_repo
list_issuesv1.0.0

List issues for a repository (pull requests excluded).

chp.adapters.github.list_issues
list_pr_reviewsv1.0.0

List reviews on a pull request.

chp.adapters.github.list_pr_reviews
list_pull_requestsv1.0.0

List pull requests for a repository.

chp.adapters.github.list_pull_requests
list_workflow_runsv1.0.0

List recent GitHub Actions workflow runs (CI status).

chp.adapters.github.list_workflow_runs
update_issuev1.0.0

Update an issue (title, state, labels, assignees).

chp.adapters.github.update_issue
See the full capability catalog →