Skip to content

Update workflow git email to baynezy@gmail.com#744

Merged
baynezy merged 3 commits intodevelopfrom
copilot/fix-workflow-emails
Apr 14, 2026
Merged

Update workflow git email to baynezy@gmail.com#744
baynezy merged 3 commits intodevelopfrom
copilot/fix-workflow-emails

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

Some GitHub Actions workflows still configured git commits with the legacy no-reply@after-life.co address. This updates the remaining workflow definitions to use the current maintainer email consistently.

  • Workflow updates

    • Replaced the configured git user.email in the remaining release/hotfix workflows:
      • branch-hotfix.yml
      • draft-new-release.yml
      • step-tag-release.yml
  • Changelog

    • Added an Unreleased entry documenting the workflow email correction

Example change:

git config --global user.name "GitHub Action Bot"
git config --global user.email "baynezy@gmail.com"

Copilot AI linked an issue Apr 14, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/baynezy/Html2Markdown/sessions/787d3ac0-ca89-4953-8343-4800bae3e75e

Co-authored-by: baynezy <1049999+baynezy@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix workflow emails to update contact address Update workflow git email to baynezy@gmail.com Apr 14, 2026
Copilot AI requested a review from baynezy April 14, 2026 15:40
@baynezy baynezy marked this pull request as ready for review April 14, 2026 15:55
@github-actions
Copy link
Copy Markdown

Test Results

201 tests  ±0   201 ✅ ±0   1s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit edbf8e2. ± Comparison against base commit 4801242.

@baynezy baynezy merged commit 7ad006c into develop Apr 14, 2026
13 checks passed
@baynezy baynezy deleted the copilot/fix-workflow-emails branch April 14, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix workflow emails

2 participants