You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add GitHub Actions base branch detection for EME-320
Implement GitHub Actions-aware base branch detection that works in
detached HEAD states commonly found in CI/CD environments.
Changes:
- Add get_github_base_ref() function to read GITHUB_BASE_REF env var
- Prioritize GitHub Actions env vars over git introspection for reliability
- Update test snapshots to remove base branch detection warning
- Maintain backward compatibility with existing git-based detection
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
-
WARN [..] Could not detect base branch reference: [..]
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
-
WARN [..] Could not detect base branch reference: [..]
6
5
error: Auth token is required for this request. Please run `sentry-cli login` and try again!
7
6
8
7
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
-
WARN [..] Could not detect base branch reference: [..]
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
-
WARN [..] Could not detect base branch reference: [..]
0 commit comments