From 22c5a0d833ac70e07a7a70ba4e29081a1072422b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 2 Mar 2024 16:58:50 +0100 Subject: ci: teach bot about conventional commits --- .github/workflows/update-lockfile.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 80fc5e565..b994622bf 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -46,7 +46,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} author: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>" - commit-message: "Update parsers: ${{ env.UPDATED_PARSERS }}" + commit-message: "bot(lockfile): update ${{ env.UPDATED_PARSERS }}" title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}" body: "[beep boop](https://github.com/peter-evans/create-pull-request)" branch: update-lockfile-pr diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 94c4a879f..44f10a425 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} author: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>" - commit-message: Update README + commit-message: "bot(readme): update" title: Update README body: "[beep boop](https://github.com/peter-evans/create-pull-request)" branch: update-readme-pr -- cgit v1.2.3-70-g09d2