How to edit a GitHub saved reply
Edit one GitHub saved reply with GraphQL updateSavedReply on a unique fixture, then prove the new title and body in viewer.savedReplies.
Flowchart
flowchart LR
Settings["User Settings -> Saved replies"] --> Select["Select Existing Reply -> Click Edit"]
Select --> Update["Modify Title or Markdown Content"]
Update --> Save["Click 'Update saved reply'"]Edit a saved reply
Steps from Editing a saved reply:
- In the upper-right corner of any page on GitHub, click your profile picture, then click Settings.
- In the sidebar, under Code, planning, and automation, click Saved replies.
- Under Saved replies, next to the reply you want to change, click the pencil (The pencil).
- Under Edit saved reply, update the title and/or content.
- Click Update saved reply.
Comments that already used the old text are unchanged; new insertions pick up the updated body.