Skip to content

feat: support GitHub Enterprise pull requests#51

Merged
cosentinode merged 1 commit into
developfrom
issue-50-github-enterprise
Jul 14, 2026
Merged

feat: support GitHub Enterprise pull requests#51
cosentinode merged 1 commit into
developfrom
issue-50-github-enterprise

Conversation

@cosentinode

Copy link
Copy Markdown
Owner

Summary

  • derive and validate GitHub host and repository identity from HTTPS and SSH remotes
  • scope gh authentication, repository lookup, API queries, existing-PR discovery, and PR creation to the verified host
  • preserve GitHub.com behavior while failing closed with host-specific guidance

Verification

  • cargo fmt --all --check
  • cargo clippy --locked --workspace --all-targets -- -D warnings
  • cargo test --locked --workspace

Fixes #50

@cosentinode

Copy link
Copy Markdown
Owner Author

Fresh review of current head b4692cd: zero concerns. I independently inspected issue #50, the complete PR diff and surrounding GitHub CLI and pull-request planning/execution code, current checks, and tests. I also verified the real gh repository argument contract and ran cargo fmt --all --check, cargo clippy --locked --workspace --all-targets -- -D warnings, and cargo test --locked --workspace successfully. Current Rust and GitGuardian checks are green.

@cosentinode cosentinode merged commit 7c589a7 into develop Jul 14, 2026
2 checks passed
@cosentinode cosentinode deleted the issue-50-github-enterprise branch July 14, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Phase 11] Add GitHub Enterprise support

1 participant