-
Notifications
You must be signed in to change notification settings - Fork 4
Add pr_incremental option #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| core.error("The GitHub PR ID must be available for `pr_incremental` to work"); | ||
| } | ||
| else { | ||
| options.push(`--pr-incremental=true`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to add another option? This is already set, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only place it is set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, thanks!
Allow users to speed up PR scans with the
--pr-incrementaloption when using our github-action.