From 2927215a2b6cf087c63916a1739a3678934fb92e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 19 Aug 2022 18:37:55 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com> --- .github/update-release-branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index 27d0fa08b2..b34cad1dfb 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -88,7 +88,7 @@ def open_pr( body.append('') body.append('Please review the following:') if len(conflicted_files) > 0: - body.append('- The package.json file contains the correct version.') + body.append('- [ ] The `package.json` file contains the correct version.') body.append(' - [ ] You have added commits to this branch that resolve the merge conflicts ' + 'in the following files:') body.extend([f' - [ ] `{file}`' for file in conflicted_files])