diff options
| author | 2026-01-16 15:50:59 +0800 | |
|---|---|---|
| committer | 2026-01-16 15:51:01 +0800 | |
| commit | 521ca11bdb97523b08fa255be015cd9da19f8895 (patch) | |
| tree | 8691920605f7ff96ff6e9d78ccaa7833d5787d46 /.github | |
| parent | e78e4e4f54b60bfc98dcf80ad5f3387b28999287 (diff) | |
| download | DropOut-521ca11bdb97523b08fa255be015cd9da19f8895.tar.gz DropOut-521ca11bdb97523b08fa255be015cd9da19f8895.zip | |
chore: update prek workflow bot user details
Changed the commit user name and email for the prek auto-fix action in the GitHub Actions workflow to reflect the new bot identity, enhancing clarity in commit history.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/prek.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 88c9be3..cc3b4f9 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -32,6 +32,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: apply prek auto-fixes [skip ci]" - commit_user_name: "pre-commit bot" - commit_user_email: "pre-commit-bot@users.noreply.github.com" + commit_user_name: "hydroroll-bot" + commit_user_email: "bot@hydroroll.team" skip_dirty_check: true |