Skip to content

Commit

Permalink
Merge pull request #7118 from tech-conferences/fix_reorder_comment
Browse files Browse the repository at this point in the history
Fix reorder comment
  • Loading branch information
cgrail authored Aug 9, 2024
2 parents 14fefcb + 5f2c646 commit 765382c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/utils/commentPullRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
});
}

Expand Down

0 comments on commit 765382c

Please sign in to comment.