From 5f2c646e89f9b375bb394c92df8fa8ecbfe414a0 Mon Sep 17 00:00:00 2001 From: Christian Grail Date: Fri, 9 Aug 2024 18:00:04 +0200 Subject: [PATCH] Fix reorder comment --- scripts/utils/commentPullRequest.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/utils/commentPullRequest.ts b/scripts/utils/commentPullRequest.ts index cfeded70c..5cf7d0cf4 100644 --- a/scripts/utils/commentPullRequest.ts +++ b/scripts/utils/commentPullRequest.ts @@ -26,9 +26,7 @@ export default async function commentPullRequest(token: string, allErrors: Error owner: eventContext.repo.owner, repo: eventContext.repo.repo, issue_number: prNumber, - body: `### Conferences not in the right order,\n - please run the following command locally: \`npm run reorder-confs\` \n - or run the job [reorder job](https://github.com/tech-conferences/conference-data/actions/workflows/reorder.yml)` + body: `### Conferences not in the right order,\nplease run the following command locally: \`npm run reorder-confs\` \nor run the job [reorder job](https://github.com/tech-conferences/conference-data/actions/workflows/reorder.yml) for this branch` }); }