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
Validate supplied branch and tag exist for RN gen (#18481)
* Validate supplied branch and tag exist for RN gen
Add a validation step to the action for generating release notes. Without input
validation tags/branches that do not exist (due to typo, errors in workflow
inputs) can go un-noticed with PRs that have empty commit ranges.
* Codereview feedback application
Use action for fetching tags and env vars for looking up inputs
0 commit comments