diff options
| -rw-r--r-- | .github/workflows/plugins.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 8f29b0e9..ba16ddca 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -60,5 +60,6 @@ jobs:            branch: plugins-bump            delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.            token: ${{ secrets.GITHUB_TOKEN }} +          author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>            title: "chore: bump plugins version"            commit-message: "chore: bump plugins version" | 
