Skip to content

Fix invalid committer email in bump-native-deps workflow - #33

Closed
brionmario wants to merge 1 commit into
thunder-id:mainfrom
brionmario:fix/bump-native-deps-dco-email
Closed

Fix invalid committer email in bump-native-deps workflow#33
brionmario wants to merge 1 commit into
thunder-id:mainfrom
brionmario:fix/bump-native-deps-dco-email

Conversation

@brionmario

Copy link
Copy Markdown
Member

Purpose

PR #32 (and every prior run of the bump-native-deps workflow) fails the DCO check with "Invalid committer email". The workflow commits as a fabricated thunderid[bot] identity using an invented users.noreply.thunderid.dev address, which isn't a real GitHub-verified email/domain, so DCO rejects it regardless of the existing git commit -s sign-off.

Approach

Switch RELEASE_GIT_USER_NAME/RELEASE_GIT_USER_EMAIL to the real thunder-automation-bot account and its GitHub-issued noreply email (272109929+thunder-automation-bot@users.noreply.github.com). This also aligns the commit identity with the account that actually opens the PR (previously the commit author/committer and the PR author were different identities).

Related Issues

  • N/A

Related PRs

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards.
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

The workflow committed as a fabricated thunderid[bot] identity with an
invented users.noreply.thunderid.dev address, which the DCO check
rejects as an invalid committer email. Switch to the real
thunder-automation-bot account and its GitHub-issued noreply email,
matching the identity that already opens the PR.

Signed-off-by: Brion <info@brionmario.com>
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 9791b00c-ad4f-4d04-8c32-5a53dc13253a


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@brionmario brionmario closed this Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant