
Install GitHub Copilot code review instructions into a project
Source:R/use_github_copilot_code_review.R
use_github_copilot_code_review.RdInstalls copilot-instructions.md into the project's .github/ directory.
The default instructions tell Copilot code review to skip .Rd files in
man/.
Usage
use_github_copilot_code_review(
overwrite = FALSE,
open = rlang::is_interactive()
)