diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-03-02 16:58:50 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-03 10:39:15 +0100 |
| commit | 22c5a0d833ac70e07a7a70ba4e29081a1072422b (patch) | |
| tree | fe8b2fc7dc7345f139275836875ca39911fa17b7 /.github/workflows/update-readme.yml | |
| parent | Update README (diff) | |
| download | nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar.gz nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar.bz2 nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar.lz nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar.xz nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.tar.zst nvim-treesitter-22c5a0d833ac70e07a7a70ba4e29081a1072422b.zip | |
ci: teach bot about conventional commits
Diffstat (limited to '.github/workflows/update-readme.yml')
| -rw-r--r-- | .github/workflows/update-readme.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
