Can we programmatically add the "AI" label and feedback buttons (👍 👎) to PR comments like GitHub Copilot does? #178455
Unanswered
Ibrahimrahhal
asked this question in
API and Webhooks
Replies: 1 comment
-
|
No, these features are not available through the GitHub API. The "AI" badge and feedback buttons on Copilot PR comments are internal-only features exclusive to Copilot. The REST and GraphQL APIs don't expose:
What you can do instead:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I noticed that GitHub Copilot’s PR comments include an “AI” label and feedback buttons (👍 / 👎) next to the comment, as shown in the screenshot below.
I’m wondering if this feature is currently supported or exclusively available to GitHub Copilot.
Specifically, I’d like to know whether it’s possible to:
Add a similar “AI” tag or badge next to comments posted via the GitHub API.
Include inline feedback buttons (like thumbs up/down) that users can interact with directly in the PR review UI.
I’ve checked the GitHub REST and GraphQL APIs but didn’t find anything that exposes these capabilities — are they internal-only features or planned for future support?
Here’s an example of what I’m referring to 👇

Beta Was this translation helpful? Give feedback.
All reactions