Skip to content

Commit 692f9f0

Browse files
authored
buildkite: change git user/email (#257)
1 parent a7ec7d3 commit 692f9f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/hooks/pre-command

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ echo "$KEYPASS_SECRET" | gpg --batch --import "$KEY_FILE"
4242
echo "--- Configure git context :git:"
4343
# Configure the committer since the maven release requires to push changes to GitHub
4444
# This will help with the SLSA requirements.
45-
git config --global user.email "infra-root+apmmachine@elastic.co"
46-
git config --global user.name "apmmachine"
45+
git config --global user.email "infra-root+obltmachine@elastic.co"
46+
git config --global user.name "obltmachine"
4747

4848
# Configure the java version
4949
JAVA_VERSION=$(cat .java-version | xargs | tr -dc '[:print:]')

.github/workflows/labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
usernamesToExclude: |
3232
apmmachine
3333
dependabot
34+
obltmachine
3435
GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
3536
- name: Show team membership
3637
run: |

0 commit comments

Comments
 (0)