fix(ci): set github actions bot name
This commit is contained in:
parent
328c50b0d1
commit
afcb71f90e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake-lock.yml
vendored
4
.github/workflows/update-flake-lock.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
git-author-name: 'Pantheon'
|
||||
git-author-name: 'github-actions[bot]'
|
||||
git-author-email: 'github-actions[bot]@users.noreply.github.com'
|
||||
git-committer-name: 'Pantheon'
|
||||
git-committer-name: 'github-actions[bot]'
|
||||
git-committer-email: 'github-actions[bot]@users.noreply.github.com'
|
||||
pr-assignees: ${{ github.repository_owner }}
|
||||
pr-reviewers: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue