Skip to content

Commit de4ef20

Browse files
committed
ci: conventional commit message for update readme
1 parent a955ea4 commit de4ef20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
git config user.name "Github Actions"
3939
./nvim.appimage --headless -c "luafile ./scripts/update-readme.lua" -c "q" || echo "Needs update"
4040
git add README.md
41-
git commit -m "Update README" || echo 'No commit necessary!'
41+
git commit -m "docs: update queries in README" || echo 'No commit necessary!'
4242
git clean -xf
4343
4444
- name: Create Pull Request
4545
uses: peter-evans/create-pull-request@v4
4646
with:
47-
commit-message: Update README
48-
title: Update README
47+
commit-message: "docs: update queries in README"
48+
title: "docs: update queries in README"
4949
branch: update-readme
5050
base: ${{ github.head_ref }}

0 commit comments

Comments
 (0)