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
Address PR feedback: improve get_github_pr_number function
- Rename function from get_default_pr_number to get_github_pr_number for clarity
- Simplify nested conditional logic for better readability
- Add qualifier to help text about GitHub Actions environment requirement
- Move function from upload.rs to vcs.rs for better organization
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
.help("The pull request number to use for the upload. If not provided, the PR number will be automatically detected from GitHub Actions environment variables.")
89
+
.help("The pull request number to use for the upload. If not provided and running in a GitHub Actions environment, the PR number will be automatically detected from GitHub Actions environment variables.")
0 commit comments