Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/reusable-codex-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,10 @@ jobs:
run: |
set -euo pipefail

# Configure git identity for merge operations
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"

# Determine the base branch to merge from:
# 1. Use GITHUB_BASE_REF if set (PR workflows).
# 2. Use WORKFLOW_BASE_REF from the workflow_call context if provided.
Expand Down
Loading