Skip to content

Conversation

@jamacku
Copy link
Member

@jamacku jamacku commented Dec 10, 2025

Fix issues like: git: base SHA1 (0000000000000000000000000000000000000000) doesn't exist. Make sure that the base branch is up-to-date.

Fix issues like: `git: base SHA1 (0000000000000000000000000000000000000000) doesn't exist. Make sure that the base branch is up-to-date.`
@jamacku jamacku added the CI label Dec 10, 2025
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a git base commit issue in the differential-shellcheck workflow by adding branch filtering to the push trigger. The error occurred because the workflow was running on all push events but lacked a base reference for comparison. By restricting push events to main and rhel*-branch branches (matching the pull_request filter), the workflow now has a proper base commit context.

  • Added branch filter to push trigger matching the existing pull_request branch filter

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jamacku jamacku merged commit d3a8e6f into main Dec 10, 2025
21 checks passed
@jamacku jamacku deleted the fix-ci branch December 10, 2025 13:01
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.

2 participants