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
This PR changes the default value of the fallback-to-default-branch input from false to true in the GitHub Action. This means cache lookups will now automatically fall back to the default branch cache when no exact match is found on the current branch (S3 backend only), unless explicitly disabled. The change is reflected in both the action configuration and documentation.
What reviewers should know
The changes are minimal and isolated: (1) action.yml line 37 changes the default, and (2) README.md line 77 updates the documentation table. Verify that both files are consistent with the new default. Since the author notes this behavior has been extensively tested in previous PRs, focus on confirming the change is intentional and complete — no other references to this default need updating.
The reason will be displayed to describe this comment to others. Learn more.
Conclusion
Clean, minimal change — the default flip is consistent across action.yml and README.md, and the flag's existing semantics and documentation are unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed?
fallback-to-default-branchflag to trueTest Plan