Skip to content

Revert braces in Dockerfile#100

Closed
sethtroisi wants to merge 2 commits intogoogle-gemini:mainfrom
sethtroisi:main
Closed

Revert braces in Dockerfile#100
sethtroisi wants to merge 2 commits intogoogle-gemini:mainfrom
sethtroisi:main

Conversation

@sethtroisi
Copy link
Contributor

Brace expansion is supported by docker but not podman. I only tested my first change (#95) with docker before I had podman setup on my cloudtop.

Copy link
Collaborator

@NTaylorMullen NTaylorMullen left a comment

Choose a reason for hiding this comment

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

Oh interesting, didn't know that!

@NTaylorMullen
Copy link
Collaborator

@sethtroisi I just saw you got blocked and had to update your branch. I've gone ahead and unrequire that check

@sethtroisi
Copy link
Contributor Author

looks like this was already fixed by #97

@sethtroisi sethtroisi closed this Apr 21, 2025
hoteye added a commit to hoteye/gemini-cli that referenced this pull request Sep 17, 2025
Reorders pattern matching from most specific to least specific:

1. Keyword patterns (Closes/Fixes/Resolves google-gemini#123) - MOST SPECIFIC
2. GitHub API closingIssuesReferences - MEDIUM SPECIFICITY
3. Direct references (google-gemini#123) - LEAST SPECIFIC (fallback only)

This prevents incorrect matching when PR descriptions contain both
casual references and explicit closing statements.

Example improvement:
  PR body: "Related to google-gemini#100. Closes google-gemini#200."
  Before: Would incorrectly match google-gemini#100
  After:  Correctly matches google-gemini#200

Addresses code review feedback from @gemini-code-assist.
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.

3 participants