diff options
author | kylo252 <[email protected]> | 2022-04-02 13:49:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-02 13:49:04 +0200 |
commit | b7d7eed5760fe91e5603479fe5ad934844001682 (patch) | |
tree | 53a8cfd88a1827b49c54dd625ff8e4fea445c029 /.github | |
parent | b892b97708db69eb85e88f9ea4292bd83a1c1241 (diff) |
ci: use github-actions as the author (#2419)
Diffstat (limited to '.github')
-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" |