GitHub · Capability

github-repos-api — Issues

github-repos-api — Issues. 30 operations. Lead operation: GitHub List Repository Issues. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubIssues

What You Can Do

GET
Listrepositoryissues — GitHub List Repository Issues
/v1/repos/{owner}/{repo}/issues
POST
Createanissue — GitHub Create an Issue
/v1/repos/{owner}/{repo}/issues
GET
Listissuecommentsforrepository — GitHub List Issue Comments for Repository
/v1/repos/{owner}/{repo}/issues/comments
GET
Getanissuecomment — GitHub Get an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
PATCH
Updateanissuecomment — GitHub Update an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
DELETE
Deleteanissuecomment — GitHub Delete an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
GET
Listreactionsforanissuecomment — GitHub List Reactions for an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions
POST
Createreactionforanissuecomment — GitHub Create Reaction for an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions
DELETE
Deleteanissuecommentreaction — GitHub Delete an Issue Comment Reaction
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions/{reaction-id}
GET
Listissueeventsforrepository — GitHub List Issue Events for Repository
/v1/repos/{owner}/{repo}/issues/events
GET
Getanissueevent — GitHub Get an Issue Event
/v1/repos/{owner}/{repo}/issues/events/{event-id}
GET
Getanissue — GitHub Get an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}
PATCH
Updateanissue — GitHub Update an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}
POST
Addassigneestoanissue — GitHub Add Assignees to an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/assignees
DELETE
Removeassigneesfromanissue — GitHub Remove Assignees from an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/assignees
GET
Checkifusercanbeassignedtoissue — GitHub Check if User Can Be Assigned to Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/assignees/{assignee}
GET
Listissuecomments — GitHub List Issue Comments
/v1/repos/{owner}/{repo}/issues/{issue-number}/comments
POST
Createanissuecomment — GitHub Create an Issue Comment
/v1/repos/{owner}/{repo}/issues/{issue-number}/comments
GET
Listissueevents — GitHub List Issue Events
/v1/repos/{owner}/{repo}/issues/{issue-number}/events
GET
Listlabelsforanissue — GitHub List Labels for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
POST
Addlabelstoanissue — GitHub Add Labels to an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
PUT
Setlabelsforanissue — GitHub Set Labels for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
DELETE
Removealllabelsfromanissue — GitHub Remove All Labels from an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
DELETE
Removelabelfromanissue — GitHub Remove Label from an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels/{name}
PUT
Lockanissue — GitHub Lock an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/lock
DELETE
Unlockanissue — GitHub Unlock an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/lock
GET
Listreactionsforanissue — GitHub List Reactions for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/reactions
POST
Createreactionforanissue — GitHub Create Reaction for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/reactions
DELETE
Deleteanissuereaction — GitHub Delete an Issue Reaction
/v1/repos/{owner}/{repo}/issues/{issue-number}/reactions/{reaction-id}
GET
Listtimelineeventsforanissue — GitHub List Timeline Events for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/timeline

MCP Tools

github-list-repository-issues

GitHub List Repository Issues

read-only idempotent
github-create-issue

GitHub Create an Issue

github-list-issue-comments-repository

GitHub List Issue Comments for Repository

read-only idempotent
github-get-issue-comment

GitHub Get an Issue Comment

read-only idempotent
github-update-issue-comment

GitHub Update an Issue Comment

idempotent
github-delete-issue-comment

GitHub Delete an Issue Comment

idempotent
github-list-reactions-issue-comment

GitHub List Reactions for an Issue Comment

read-only idempotent
github-create-reaction-issue-comment

GitHub Create Reaction for an Issue Comment

github-delete-issue-comment-reaction

GitHub Delete an Issue Comment Reaction

idempotent
github-list-issue-events-repository

GitHub List Issue Events for Repository

read-only idempotent
github-get-issue-event

GitHub Get an Issue Event

read-only idempotent
github-get-issue

GitHub Get an Issue

read-only idempotent
github-update-issue

GitHub Update an Issue

idempotent
github-add-assignees-issue

GitHub Add Assignees to an Issue

github-remove-assignees-issue

GitHub Remove Assignees from an Issue

idempotent
github-check-if-user-can

GitHub Check if User Can Be Assigned to Issue

read-only idempotent
github-list-issue-comments

GitHub List Issue Comments

read-only idempotent
github-create-issue-comment

GitHub Create an Issue Comment

github-list-issue-events

GitHub List Issue Events

read-only idempotent
github-list-labels-issue

GitHub List Labels for an Issue

read-only idempotent
github-add-labels-issue

GitHub Add Labels to an Issue

github-set-labels-issue

GitHub Set Labels for an Issue

idempotent
github-remove-all-labels-issue

GitHub Remove All Labels from an Issue

idempotent
github-remove-label-issue

GitHub Remove Label from an Issue

idempotent
github-lock-issue

GitHub Lock an Issue

idempotent
github-unlock-issue

GitHub Unlock an Issue

idempotent
github-list-reactions-issue

GitHub List Reactions for an Issue

read-only idempotent
github-create-reaction-issue

GitHub Create Reaction for an Issue

github-delete-issue-reaction

GitHub Delete an Issue Reaction

idempotent
github-list-timeline-events-issue

GitHub List Timeline Events for an Issue

read-only idempotent

Capability Spec

repo-issues-issues.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: github-repos-api — Issues
  description: 'github-repos-api — Issues. 30 operations. Lead operation: GitHub List Repository Issues. Self-contained Naftiko
    capability covering one Github business surface.'
  tags:
  - Github
  - Issues
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: repo-issues-issues
    baseUri: ''
    description: github-repos-api — Issues business capability. Self-contained, no shared references.
    resources:
    - name: repos-owner-repo-issues
      path: /repos/{owner}/{repo}/issues
      operations:
      - name: listrepositoryissues
        method: GET
        description: GitHub List Repository Issues
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: milestone
          in: query
          type: string
          description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*`
            is passed, issues with any milestone are accepted. If the str
        - name: state
          in: query
          type: string
          description: Indicates the state of the issues to return.
        - name: assignee
          in: query
          type: string
          description: Can be the name of a user. Pass in `none` for issues with no assigned user, and `*` for issues assigned
            to any user.
        - name: creator
          in: query
          type: string
          description: The user that created the issue.
        - name: mentioned
          in: query
          type: string
          description: user that's mentioned in the issue.
        - name: sort
          in: query
          type: string
          description: What to sort results by.
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: createanissue
        method: POST
        description: GitHub Create an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-issues-comments
      path: /repos/{owner}/{repo}/issues/comments
      operations:
      - name: listissuecommentsforrepository
        method: GET
        description: GitHub List Issue Comments for Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: direction
          in: query
          type: string
          description: Either `asc` or `desc`. Ignored without the `sort` parameter.
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-comments-comment_id
      path: /repos/{owner}/{repo}/issues/comments/{comment_id}
      operations:
      - name: getanissuecomment
        method: GET
        description: GitHub Get an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: updateanissuecomment
        method: PATCH
        description: GitHub Update an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteanissuecomment
        method: DELETE
        description: GitHub Delete an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-comments-comment_id-reactions
      path: /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions
      operations:
      - name: listreactionsforanissuecomment
        method: GET
        description: GitHub List Reactions for an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: content
          in: query
          type: string
          description: Returns a single [reaction type](https://docs.github.com/[email protected]/rest/reactions/reactions#about-reactions).
            Omit this parameter to list all reacti
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: createreactionforanissuecomment
        method: POST
        description: GitHub Create Reaction for an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-issues-comments-comment_id-reactions-reaction_id
      path: /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}
      operations:
      - name: deleteanissuecommentreaction
        method: DELETE
        description: GitHub Delete an Issue Comment Reaction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-events
      path: /repos/{owner}/{repo}/issues/events
      operations:
      - name: listissueeventsforrepository
        method: GET
        description: GitHub List Issue Events for Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-events-event_id
      path: /repos/{owner}/{repo}/issues/events/{event_id}
      operations:
      - name: getanissueevent
        method: GET
        description: GitHub Get an Issue Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number
      path: /repos/{owner}/{repo}/issues/{issue_number}
      operations:
      - name: getanissue
        method: GET
        description: GitHub Get an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: updateanissue
        method: PATCH
        description: GitHub Update an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: repos-owner-repo-issues-issue_number-assignees
      path: /repos/{owner}/{repo}/issues/{issue_number}/assignees
      operations:
      - name: addassigneestoanissue
        method: POST
        description: GitHub Add Assignees to an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: removeassigneesfromanissue
        method: DELETE
        description: GitHub Remove Assignees from an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: repos-owner-repo-issues-issue_number-assignees-assignee
      path: /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}
      operations:
      - name: checkifusercanbeassignedtoissue
        method: GET
        description: GitHub Check if User Can Be Assigned to Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assignee
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-comments
      path: /repos/{owner}/{repo}/issues/{issue_number}/comments
      operations:
      - name: listissuecomments
        method: GET
        description: GitHub List Issue Comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: createanissuecomment
        method: POST
        description: GitHub Create an Issue Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-issues-issue_number-events
      path: /repos/{owner}/{repo}/issues/{issue_number}/events
      operations:
      - name: listissueevents
        method: GET
        description: GitHub List Issue Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-labels
      path: /repos/{owner}/{repo}/issues/{issue_number}/labels
      operations:
      - name: listlabelsforanissue
        method: GET
        description: GitHub List Labels for an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: addlabelstoanissue
        method: POST
        description: GitHub Add Labels to an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: setlabelsforanissue
        method: PUT
        description: GitHub Set Labels for an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: removealllabelsfromanissue
        method: DELETE
        description: GitHub Remove All Labels from an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-labels-name
      path: /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}
      operations:
      - name: removelabelfromanissue
        method: DELETE
        description: GitHub Remove Label from an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-lock
      path: /repos/{owner}/{repo}/issues/{issue_number}/lock
      operations:
      - name: lockanissue
        method: PUT
        description: GitHub Lock an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: unlockanissue
        method: DELETE
        description: GitHub Unlock an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-reactions
      path: /repos/{owner}/{repo}/issues/{issue_number}/reactions
      operations:
      - name: listreactionsforanissue
        method: GET
        description: GitHub List Reactions for an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: content
          in: query
          type: string
          description: Returns a single [reaction type](https://docs.github.com/[email protected]/rest/reactions/reactions#about-reactions).
            Omit this parameter to list all reacti
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: createreactionforanissue
        method: POST
        description: GitHub Create Reaction for an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-issues-issue_number-reactions-reaction_id
      path: /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}
      operations:
      - name: deleteanissuereaction
        method: DELETE
        description: GitHub Delete an Issue Reaction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-issues-issue_number-timeline
      path: /repos/{owner}/{repo}/issues/{issue_number}/timeline
      operations:
      - name: listtimelineeventsforanissue
        method: GET
        description: GitHub List Timeline Events for an Issue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: repo-issues-issues-rest
    port: 8080
    description: REST adapter for github-repos-api — Issues. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/issues
      name: repos-owner-repo-issues
      description: REST surface for repos-owner-repo-issues.
      operations:
      - method: GET
        name: listrepositoryissues
        description: GitHub List Repository Issues
        call: repo-issues-issues.listrepositoryissues
        with:
          milestone: rest.milestone
          state: rest.state
          assignee: rest.assignee
          creator: rest.creator
          mentioned: rest.mentioned
          sort: rest.sort
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createanissue
        description: GitHub Create an Issue
        call: repo-issues-issues.createanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/comments
      name: repos-owner-repo-issues-comments
      description: REST surface for repos-owner-repo-issues-comments.
      operations:
      - method: GET
        name: listissuecommentsforrepository
        description: GitHub List Issue Comments for Repository
        call: repo-issues-issues.listissuecommentsforrepository
        with:
          direction: rest.direction
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/comments/{comment-id}
      name: repos-owner-repo-issues-comments-comment-id
      description: REST surface for repos-owner-repo-issues-comments-comment_id.
      operations:
      - method: GET
        name: getanissuecomment
        description: GitHub Get an Issue Comment
        call: repo-issues-issues.getanissuecomment
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateanissuecomment
        description: GitHub Update an Issue Comment
        call: repo-issues-issues.updateanissuecomment
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteanissuecomment
        description: GitHub Delete an Issue Comment
        call: repo-issues-issues.deleteanissuecomment
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions
      name: repos-owner-repo-issues-comments-comment-id-reactions
      description: REST surface for repos-owner-repo-issues-comments-comment_id-reactions.
      operations:
      - method: GET
        name: listreactionsforanissuecomment
        description: GitHub List Reactions for an Issue Comment
        call: repo-issues-issues.listreactionsforanissuecomment
        with:
          content: rest.content
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createreactionforanissuecomment
        description: GitHub Create Reaction for an Issue Comment
        call: repo-issues-issues.createreactionforanissuecomment
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions/{reaction-id}
      name: repos-owner-repo-issues-comments-comment-id-reactions-reaction-id
      description: REST surface for repos-owner-repo-issues-comments-comment_id-reactions-reaction_id.
      operations:
      - method: DELETE
        name: deleteanissuecommentreaction
        description: GitHub Delete an Issue Comment Reaction
        call: repo-issues-issues.deleteanissuecommentreaction
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/events
      name: repos-owner-repo-issues-events
      description: REST surface for repos-owner-repo-issues-events.
      operations:
      - method: GET
        name: listissueeventsforrepository
        description: GitHub List Issue Events for Repository
        call: repo-issues-issues.listissueeventsforrepository
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/events/{event-id}
      name: repos-owner-repo-issues-events-event-id
      description: REST surface for repos-owner-repo-issues-events-event_id.
      operations:
      - method: GET
        name: getanissueevent
        description: GitHub Get an Issue Event
        call: repo-issues-issues.getanissueevent
        with:
          event_id: rest.event_id
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}
      name: repos-owner-repo-issues-issue-number
      description: REST surface for repos-owner-repo-issues-issue_number.
      operations:
      - method: GET
        name: getanissue
        description: GitHub Get an Issue
        call: repo-issues-issues.getanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateanissue
        description: GitHub Update an Issue
        call: repo-issues-issues.updateanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/assignees
      name: repos-owner-repo-issues-issue-number-assignees
      description: REST surface for repos-owner-repo-issues-issue_number-assignees.
      operations:
      - method: POST
        name: addassigneestoanissue
        description: GitHub Add Assignees to an Issue
        call: repo-issues-issues.addassigneestoanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: removeassigneesfromanissue
        description: GitHub Remove Assignees from an Issue
        call: repo-issues-issues.removeassigneesfromanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/assignees/{assignee}
      name: repos-owner-repo-issues-issue-number-assignees-assignee
      description: REST surface for repos-owner-repo-issues-issue_number-assignees-assignee.
      operations:
      - method: GET
        name: checkifusercanbeassignedtoissue
        description: GitHub Check if User Can Be Assigned to Issue
        call: repo-issues-issues.checkifusercanbeassignedtoissue
        with:
          assignee: rest.assignee
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/comments
      name: repos-owner-repo-issues-issue-number-comments
      description: REST surface for repos-owner-repo-issues-issue_number-comments.
      operations:
      - method: GET
        name: listissuecomments
        description: GitHub List Issue Comments
        call: repo-issues-issues.listissuecomments
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createanissuecomment
        description: GitHub Create an Issue Comment
        call: repo-issues-issues.createanissuecomment
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/events
      name: repos-owner-repo-issues-issue-number-events
      description: REST surface for repos-owner-repo-issues-issue_number-events.
      operations:
      - method: GET
        name: listissueevents
        description: GitHub List Issue Events
        call: repo-issues-issues.listissueevents
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/labels
      name: repos-owner-repo-issues-issue-number-labels
      description: REST surface for repos-owner-repo-issues-issue_number-labels.
      operations:
      - method: GET
        name: listlabelsforanissue
        description: GitHub List Labels for an Issue
        call: repo-issues-issues.listlabelsforanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: addlabelstoanissue
        description: GitHub Add Labels to an Issue
        call: repo-issues-issues.addlabelstoanissue
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: setlabelsforanissue
        description: GitHub Set Labels for an Issue
        call: repo-issues-issues.setlabe

# --- truncated at 32 KB (50 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/capabilities/repo-issues-issues.yaml