mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
ci: use nvim-treesitter-bot as committer
This commit is contained in:
parent
4ea1a4ffa8
commit
e24dab6696
2 changed files with 2 additions and 0 deletions
1
.github/workflows/update-lockfile.yml
vendored
1
.github/workflows/update-lockfile.yml
vendored
|
|
@ -45,6 +45,7 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
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 }}"
|
commit-message: "Update parsers: ${{ env.UPDATED_PARSERS }}"
|
||||||
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
||||||
body: "[beep boop](https://github.com/peter-evans/create-pull-request)"
|
body: "[beep boop](https://github.com/peter-evans/create-pull-request)"
|
||||||
|
|
|
||||||
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
|
committer: "nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>"
|
||||||
commit-message: Update README
|
commit-message: Update README
|
||||||
title: Update README
|
title: Update README
|
||||||
body: "[beep boop](https://github.com/peter-evans/create-pull-request)"
|
body: "[beep boop](https://github.com/peter-evans/create-pull-request)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue