Function configure_repo_git_github_app
Source pub fn configure_repo_git_github_app(
repo_path: &Path,
installation_id: Option<&str>,
app_id: Option<&str>,
) -> Result<()>
Expand description
Stores GitHub App identifiers in repository-local Git config.
Empty values are ignored so callers can pass optional server metadata.
§Examples
ⓘconfigure_repo_git_github_app(repo_path, Some("1"), Some("2"))?;