Skip to content

Commit 15acbb2

Browse files
committed
ci(bump-engine): attribute submodule bumps to TechEngineBot
Commit as TechEngineBot <289859915+TechEngineBot@users.noreply.github.com> instead of github-actions[bot], so the automated submodule-pointer bumps show the bot's avatar and count toward its contributions.
1 parent 84a082e commit 15acbb2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/bump-engine.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
if: steps.bump.outputs.changed == 'true'
4343
run: |
4444
NEW_SHA=$(git -C TechEngine rev-parse --short HEAD)
45-
git config user.name "github-actions[bot]"
46-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
45+
# Attribute to the TechEngineBot account (id 289859915) so bumps show
46+
# its avatar and count toward its contributions — not github-actions[bot].
47+
git config user.name "TechEngineBot"
48+
git config user.email "289859915+TechEngineBot@users.noreply.github.com"
4749
git add TechEngine
4850
git commit -m "chore: bump TechEngine submodule to ${NEW_SHA}"
4951
git push

0 commit comments

Comments
 (0)