How to delete a GitHub saved reply
Delete one GitHub saved reply with GraphQL deleteSavedReply on a unique fixture, then prove that title is gone from viewer.savedReplies.
Flowchart
flowchart LR
Settings["User Settings -> Saved replies"] --> Locate["Locate Target Saved Reply"]
Locate --> Delete["Click 'Delete' Button"]
Delete --> Confirm["Confirm Deletion Prompt"]Delete a saved reply
Steps from Deleting 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 remove, click the X control.
The reply disappears from your list and from the saved-reply picker in comment boxes. Past comments that already pasted that text stay as written.