Skip to content

Skip set-rn-artifacts-version for PRs targeting stable branches - #55808

Closed
cipolleschi wants to merge 1 commit into
0.84-stablefrom
cipolleschi/fix-android-template-helloworld-84
Closed

Skip set-rn-artifacts-version for PRs targeting stable branches#55808
cipolleschi wants to merge 1 commit into
0.84-stablefrom
cipolleschi/fix-android-template-helloworld-84

Conversation

@cipolleschi

Copy link
Copy Markdown
Contributor

Summary

When a PR targets a -stable branch, github.ref_name is the PR branch (not ending in -stable), so the version script was incorrectly running. Added a check for github.base_ref to also skip the script when the PR target branch is a stable branch.

Changelog:

[Internal] - Skip set-rn-artifacts-version for PRs targeting stable branches

Test plan

CI should pass without running the artifacts version script on PRs targeting stable branches.

When a PR targets a -stable branch, github.ref_name is the PR branch
(not ending in -stable), so the version script was incorrectly running.
Added a check for github.base_ref to also skip the script when the PR
target branch is a stable branch.
@github-actions

Copy link
Copy Markdown

Warning

JavaScript API change detected

This PR commits an update to ReactNativeApi.d.ts, indicating a change to React Native's public JavaScript API.

  • Please include a clear changelog message.
  • This change will be subject to additional review.

This change was flagged as: BREAKING

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 27, 2026
@react-native-bot

Copy link
Copy Markdown
Collaborator

This PR is stale because it has been open for 180 days with no activity. It will be closed in 7 days unless you comment on it or remove the "Stale" label.

@react-native-bot react-native-bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 27, 2026
@react-native-bot

Copy link
Copy Markdown
Collaborator

This PR was closed because it has been stalled for 7 days with no activity.

@react-native-bot react-native-bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner Pick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants