if (FALSE) { # interactive()
# Create PRs
results <- pr_create(
repos = repos("my-organization"),
branch_name = "feature-branch",
title = "Update configuration",
body = "Standardize configuration across repos",
file_mapping = file_mapping("config.yml" = ".github/config.yml")
)
print(results) # Explicitly print the summary
}
Run the code above in your browser using DataLab