refactor(stack): extract _get_script_resource_path() helper#935
Merged
mergify[bot] merged 1 commit intomainfrom Jan 27, 2026
Merged
Conversation
Member
Author
This was referenced Jan 24, 2026
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
Contributor
🧪 CI InsightsHere's what we observed from your CI run for 67a94f2. 🟢 All jobs passed!But CI Insights is watching 👀 |
45260a8 to
41bf5c4
Compare
53fa1d6 to
ce92b69
Compare
41bf5c4 to
e16a5ee
Compare
ce92b69 to
5bf5d8b
Compare
remyduthu
previously approved these changes
Jan 26, 2026
e16a5ee to
50c44f7
Compare
5bf5d8b to
b99cacb
Compare
Pull request has been modified.
sileht
previously approved these changes
Jan 26, 2026
50c44f7 to
cafc24a
Compare
b99cacb to
d31a4b9
Compare
cafc24a to
2c041d4
Compare
d31a4b9 to
9be7898
Compare
Base automatically changed from
devs/jd/version-hooks/I0b88b1f5a7a332665b51fbeda5341c80b2ab40e4
to
main
January 27, 2026 08:13
Contributor
|
@jd this pull request is now in conflict 😩 |
remyduthu
previously approved these changes
Jan 27, 2026
Consolidate the duplicated script resource path construction into a single helper function. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Change-Id: I565f0651b22e1cc13c66015638df799796d7e819 Claude-Session-Id: 3dabd187-059b-40b7-9a52-a2542a27c752
9be7898 to
67a94f2
Compare
Pull request has been modified.
remyduthu
approved these changes
Jan 27, 2026
sileht
approved these changes
Jan 27, 2026
Contributor
Merge Queue Status✅ The pull request has been merged at 67a94f2 This pull request spent 7 seconds in the queue, including 1 second running CI. Required conditions to merge
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Consolidate the duplicated script resource path construction into a
single helper function.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com