From 569d5dfadb591b2cadd4710dc1ca1f45aa16ec60 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 30 Jan 2024 09:00:58 +0100 Subject: ci: use nvim-treesitter-bot as author --- .github/workflows/update-lockfile.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index f6a3f998f..efcea9ee6 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -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)" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 9852faafb..d8954e462 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -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)" -- cgit v1.2.3-70-g09d2