diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:17:34 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:20:04 +0200 |
| commit | d22166e3d8d375b761c32b303176f3e955560b0c (patch) | |
| tree | 5b1f189cf7f672155aec6106f16cfe8f55d3d892 /.github/workflows/update-readme.yml | |
| parent | bot(lockfile): update markdown, markdown_inline (diff) | |
| download | nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar.gz nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar.bz2 nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar.lz nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar.xz nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.tar.zst nvim-treesitter-d22166e3d8d375b761c32b303176f3e955560b0c.zip | |
ci: bump create-pull-request to v7
Diffstat (limited to '.github/workflows/update-readme.yml')
| -rw-r--r-- | .github/workflows/update-readme.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 44f10a425..a3fa018e5 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -30,10 +30,10 @@ jobs: nvim -l scripts/update-readme.lua || echo 'Needs update' - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.app-token.outputs.token }} - author: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>" + sign-commits: true commit-message: "bot(readme): update" title: Update README body: "[beep boop](https://github.com/peter-evans/create-pull-request)" |
