Back to Resources

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
4 linescompact
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'"]
Rendered from Mermaid source with the native ZeroLabs diagram container.

Edit a saved reply

Steps from Editing a saved reply:

  1. In the upper-right corner of any page on GitHub, click your profile picture, then click Settings.
  2. In the sidebar, under Code, planning, and automation, click Saved replies.
  3. Under Saved replies, next to the reply you want to change, click the pencil (The pencil).
  4. Under Edit saved reply, update the title and/or content.
  5. Click Update saved reply.

Comments that already used the old text are unchanged; new insertions pick up the updated body.

Further reading

Share