From 00d4a1b222d0876b5d56015e92c22e0efa3767bb Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 1 Dec 2023 22:26:18 +0100 Subject: [PATCH] ci(review-checklist): remove backticks (#42) --- .github/workflows/review-checklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-checklist.yml b/.github/workflows/review-checklist.yml index b68d506f..b37848b7 100644 --- a/.github/workflows/review-checklist.yml +++ b/.github/workflows/review-checklist.yml @@ -35,7 +35,7 @@ jobs: Proper [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) scoping: - - For example, `fix(installer):` if you are fixing an installer bug. + - For example, fix(installer): some installer bugfix - [ ] Pull request title has the appropriate conventional commit prefix.