From cd269eb7ae4dc9a357b9ea334034d0ea6d37cb65 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:51:22 +0100 Subject: [PATCH] Use markdown admonition for better visibility --- .github/workflows/branch-sync.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/branch-sync.yml b/.github/workflows/branch-sync.yml index 2d76bd2..080a60a 100644 --- a/.github/workflows/branch-sync.yml +++ b/.github/workflows/branch-sync.yml @@ -102,7 +102,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BODY: | - Please do a **normal merge**, not squash merge. + > [!IMPORTANT] + > Please do a **normal merge**, not squash merge. + Please fix conflicts if necessary. ---