diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-01-29 10:14:42 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-29 10:14:42 +0100 |
| commit | e24dab6696aa2a6682a117e241adc32c38e93d53 (patch) | |
| tree | 4fc0347e3bb1d3d4032b0bf81789a5e0638dbc71 /.github/workflows | |
| parent | Update parsers: groovy, php, php_only (diff) | |
| download | nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar.gz nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar.bz2 nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar.lz nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar.xz nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.tar.zst nvim-treesitter-e24dab6696aa2a6682a117e241adc32c38e93d53.zip | |
ci: use nvim-treesitter-bot as committer
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/update-readme.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index f12ca893f..f6a3f998f 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -45,6 +45,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ steps.app-token.outputs.token }} + committer: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>" commit-message: "Update parsers: ${{ env.UPDATED_PARSERS }}" title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}" body: "[beep boop](https://github.com/peter-evans/create-pull-request)" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1569e16a5..9852faafb 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -33,6 +33,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ steps.app-token.outputs.token }} + committer: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>" commit-message: Update README title: Update README body: "[beep boop](https://github.com/peter-evans/create-pull-request)" |
