From 75f4e659bd86e26bfa5a32d3bbc1de5793161442 Mon Sep 17 00:00:00 2001 From: YieldingExploiter Date: Wed, 25 May 2022 10:45:01 +0200 Subject: [PATCH] ci: :green_heart: Use conventional commits --- .github/workflows/scores.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scores.yml b/.github/workflows/scores.yml index 5694427..9450142 100644 --- a/.github/workflows/scores.yml +++ b/.github/workflows/scores.yml @@ -28,7 +28,7 @@ jobs: git config user.email github-actions@github.com git config pull.rebase true git add . - git commit -m "Add generated results (Lua ${{ matrix.lua-version }}) [ci skip]" + git commit -m "ci: Add generated results (Lua ${{ matrix.lua-version }}) [ci skip]" git pull git push benchmark-luau: @@ -58,6 +58,6 @@ jobs: git config user.email github-actions@github.com git config pull.rebase true git add . - git commit -m "Add generated results (Luau) [ci skip]" + git commit -m "ci: Add generated results (Luau) [ci skip]" git pull git push