Skip to content

Replace workflow email addresses#184

Merged
baynezy merged 2 commits intodevelopfrom
copilot/fix-workflow-emails
Dec 26, 2025
Merged

Replace workflow email addresses#184
baynezy merged 2 commits intodevelopfrom
copilot/fix-workflow-emails

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

Updates git config email in GitHub Actions workflows from no-reply@after-life.co to baynezy@gmail.com.

Changes:

  • .github/workflows/branch-hotfix.yml - Updated git author email for version bump commits
  • .github/workflows/step-tag-release.yml - Updated git author email for tag creation
  • .github/workflows/draft-new-release.yml - Updated git author email for release preparation commits
- name: Commit Changes
  run: |
    git config --global user.name "GitHub Action Bot"
-   git config --global user.email "no-reply@after-life.co"
+   git config --global user.email "baynezy@gmail.com"
Original prompt

This section details on the original issue you should resolve

<issue_title>Fix workflow emails</issue_title>
<issue_description>Replace all instances of no-reply@after-life.co with baynezy@gmail.com in all workflows</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: baynezy <1049999+baynezy@users.noreply.github.com>
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
E Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Copilot AI changed the title [WIP] Fix workflow emails to use new address Replace workflow email addresses Dec 21, 2025
Copilot AI requested a review from baynezy December 21, 2025 13:20
@baynezy baynezy marked this pull request as ready for review December 26, 2025 11:49
@baynezy baynezy merged commit cc8630c into develop Dec 26, 2025
10 of 11 checks passed
@baynezy baynezy deleted the copilot/fix-workflow-emails branch December 26, 2025 11:57
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