Skip to content

Commit f8d36f7

Browse files
committed
chore(ci): attribute bot commits to the TechEngineBot account
Swap the placeholder techengine-bot identity for the real TechEngineBot GitHub account, using its ID-based noreply email (289859915+TechEngineBot@users.noreply.github.com) so commits render the account's avatar and link to its profile — without exposing a real address in a public repo.
1 parent 7803979 commit f8d36f7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bump-techapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
exit 0
5353
fi
5454
git update-index --cacheinfo "160000,${SHA},TechAPI"
55-
git config user.name "techengine-bot"
56-
git config user.email "techengine-bot@users.noreply.github.com"
55+
git config user.name "TechEngineBot"
56+
git config user.email "289859915+TechEngineBot@users.noreply.github.com"
5757
git commit -m "chore: bump TechAPI submodule to ${SHA:0:7}"
5858
git push origin main

.github/workflows/weekly-ingest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
fi
122122
cd TechAPI
123123
BRANCH="ingest/${CATEGORY}-$(date -u +%Y%m%d-%H%M%S)"
124-
git config user.name "techengine-bot"
125-
git config user.email "techengine-bot@users.noreply.github.com"
124+
git config user.name "TechEngineBot"
125+
git config user.email "289859915+TechEngineBot@users.noreply.github.com"
126126
git checkout -b "$BRANCH"
127127
git add data/
128128
git commit -m "feat(data/${CATEGORY}): weekly ingest"

.github/workflows/weekly-refresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ jobs:
162162
commit-message: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}"
163163
title: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}"
164164
body-path: pr-body.md
165-
committer: techengine-bot <techengine-bot@users.noreply.github.com>
166-
author: techengine-bot <techengine-bot@users.noreply.github.com>
165+
committer: TechEngineBot <289859915+TechEngineBot@users.noreply.github.com>
166+
author: TechEngineBot <289859915+TechEngineBot@users.noreply.github.com>
167167
delete-branch: true

0 commit comments

Comments
 (0)