Skip to content

Commit

Permalink
Correct formatting for bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jul 12, 2023
1 parent 8ca9d08 commit be5fddb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reapply_copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@ jobs:
branch: "copyright-reapply"
title: '[AutoPR] Reaplied copyright'
token: ${{ steps.generate-token.outputs.token }}
committer: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>
author: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>

- name: Commit changes
if: ${{ inputs.direct-commit }}
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
with:
commit_message: "Reapplied copyright"
commit_user_name: ThetaBotMaintainer[bot]
commit_user_email: 139346997+ThetaBotMaintainer[bot]@users.noreply.github.com
commit_author: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>
5 changes: 5 additions & 0 deletions .github/workflows/reformat-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ jobs:
branch: "code-reformat"
title: '[AutoPR] Reformatted code'
token: ${{ steps.generate-token.outputs.token }}
committer: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>
author: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>

- name: Commit changes
if: ${{ inputs.direct-commit }}
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
with:
commit_message: "Reformatted code"
commit_user_name: ThetaBotMaintainer[bot]
commit_user_email: 139346997+ThetaBotMaintainer[bot]@users.noreply.github.com
commit_author: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>
6 changes: 3 additions & 3 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
with:
commit_message: "Version bump"
file_pattern: "build.gradle.kts"
commit_user_name: ThetaBotMaintainer
commit_user_email: ThetaBotMaintainer@users.noreply.github.com
commit_author: ThetaBotMaintainer <ThetaBotMaintainer@users.noreply.github.com>
commit_user_name: ThetaBotMaintainer[bot]
commit_user_email: 139346997+ThetaBotMaintainer[bot]@users.noreply.github.com
commit_author: ThetaBotMaintainer[bot] <139346997+ThetaBotMaintainer[bot]@users.noreply.github.com>

0 comments on commit be5fddb

Please sign in to comment.