From c21f8e4c3693a4a8151ca0c4be5aa9772e56e6cd Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Mon, 20 Jul 2026 10:53:02 +0200 Subject: [PATCH] Remove stray backtick from workflow run name --- .github/workflows/handle-pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-pr-comment.yml b/.github/workflows/handle-pr-comment.yml index e06ec80..f4c5a7b 100644 --- a/.github/workflows/handle-pr-comment.yml +++ b/.github/workflows/handle-pr-comment.yml @@ -1,5 +1,5 @@ name: Handle a PR comment -run-name: Handle slash command in a PR comment` +run-name: Handle slash command in a PR comment on: # GitGitGadget's GitHub App is expected to trigger this on `issue_comment` events