Skip to content

Commit 7ad006c

Browse files
Copilotbaynezy
andauthored
Update workflow git email to baynezy@gmail.com (#744)
* Initial plan * Fix workflow email addresses Agent-Logs-Url: https://github.com/baynezy/Html2Markdown/sessions/787d3ac0-ca89-4953-8343-4800bae3e75e Co-authored-by: baynezy <1049999+baynezy@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: baynezy <1049999+baynezy@users.noreply.github.com> Co-authored-by: Simon Baynes <baynezy@gmail.com>
1 parent 4801242 commit 7ad006c

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/branch-hotfix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
- name: Commit Changes
5151
run: |
5252
git config --global user.name "GitHub Action Bot"
53-
git config --global user.email "no-reply@after-life.co"
53+
git config --global user.email "baynezy@gmail.com"
5454
git add CHANGELOG.md semver.json
5555
git commit --message "Bump Version to ${{ needs.get-version.outputs.major }}.${{ needs.get-version.outputs.minor }}.${{ steps.increment_version.outputs.patch_version }}.${{ github.run_number }}"
5656
5757
- name: Push Version
5858
env:
5959
GITHUB_HEAD_REF: ${{ github.head_ref }}
60-
run: git push origin $GITHUB_HEAD_REF
60+
run: git push origin $GITHUB_HEAD_REF

.github/workflows/draft-new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: make-commit
4242
run: |
4343
git config --global user.name "GitHub Action Bot"
44-
git config --global user.email "no-reply@after-life.co"
44+
git config --global user.email "baynezy@gmail.com"
4545
git add CHANGELOG.md semver.json
4646
git commit --message "Prepare release ${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}"
4747
@@ -61,4 +61,4 @@ jobs:
6161
--base master \
6262
--title "Release version ${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}" \
6363
--reviewer ${{ github.actor }} \
64-
--body "$msg"
64+
--body "$msg"

.github/workflows/step-tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
VERSION: ${{ inputs.version }}
2424
run: |
2525
git config --global user.name "GitHub Action Bot"
26-
git config --global user.email "no-reply@after-life.co"
26+
git config --global user.email "baynezy@gmail.com"
2727
git tag -a $VERSION -m "Version $VERSION created via GitHub Actions"
2828
git push origin $VERSION

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
- Replaced the legacy workflow git email address with `baynezy@gmail.com` in GitHub Actions workflows (#692)
1213
- Updated the release tagging workflow to use the repository automation token so tags can still be created when the tagged commit includes workflow changes (#742)
1314

1415
## [7.1.2.20] - 2025-12-26

0 commit comments

Comments
 (0)