mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: use nvim-treesitter-bot as author
This commit is contained in:
parent
59a295f76a
commit
569d5dfadb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-lockfile.yml
vendored
2
.github/workflows/update-lockfile.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue