fix(ci): set github actions bot name

This commit is contained in:
Mohammad Rafiq 2025-03-31 05:21:07 +08:00
parent 328c50b0d1
commit afcb71f90e
No known key found for this signature in database

View file

@ -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 }}