From 05b6fe4bb3dd472ac8f1b3132666f00b4205b0c3 Mon Sep 17 00:00:00 2001 From: Alex English Date: Sat, 5 Sep 2026 13:47:12 -0700 Subject: [PATCH] Add space before hyphen so the assignee mention resolves --- .../templates/add-update-instructions-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/workflow-configs/templates/add-update-instructions-template.md b/github-actions/workflow-configs/templates/add-update-instructions-template.md index 46d65f5..d080b8c 100644 --- a/github-actions/workflow-configs/templates/add-update-instructions-template.md +++ b/github-actions/workflow-configs/templates/add-update-instructions-template.md @@ -1,7 +1,7 @@ -Hello ${assignees}- +Hello ${assignees} - Please add an update using the below template (even if you have a pull request). Afterwards, remove the `${label}` label and add the `${statusUpdated}` label.