ci: use nvim-treesitter-bot as author

This commit is contained in:
Christian Clason
2024-01-30 09:00:58 +01:00
parent 59a295f76a
commit 569d5dfadb
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +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>"
author: "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)"

View File

@@ -33,7 +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>"
author: "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)"