5 posts tagged
Apply one uniquely titled GitHub saved reply: GraphQL-read its body, write a file, post with gh issue comment --body-file, then prove the stored text.
Delete one GitHub saved reply with GraphQL deleteSavedReply on a unique fixture, then prove that title is gone from viewer.savedReplies.
Edit one GitHub saved reply with GraphQL updateSavedReply on a unique fixture, then prove the new title and body in viewer.savedReplies.
Create one GitHub saved reply with GraphQL createSavedReply and a unique title, then prove that title in viewer.savedReplies.
Inventory GitHub saved-reply titles with gh api graphql. Prove they are account-scoped, capped at 100, require read:user, and have no REST path.