From 3c78eb7f09b96dfd374efbf7d09b7d69af42a8d6 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 25 Aug 2022 12:51:27 +0200 Subject: [PATCH] CI: Make commits from the action stand out more Signed-off-by: Fini Jastrow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80b12d688..63a475153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -302,7 +302,7 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: "['font-patcher', 'bin/scripts']" - message: Bump release version + message: "[ci] Bump release version" committer_name: GitHub Actions committer_email: 41898282+github-actions[bot]@users.noreply.github.com @@ -310,7 +310,7 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: 'patched-fonts' - message: Rebuilds patched fonts + message: "[ci] Rebuilds patched fonts" committer_name: GitHub Actions committer_email: 41898282+github-actions[bot]@users.noreply.github.com @@ -323,7 +323,7 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: '10-nerd-font-symbols.conf' - message: Regenerate fontconfig + message: "[ci] Regenerate fontconfig" committer_name: GitHub Actions committer_email: 41898282+github-actions[bot]@users.noreply.github.com