Skip to content

feat: support GitHub Enterprise API URLs - #5

Merged
gokul-debugger merged 1 commit into
mainfrom
feature/github-enterprise-support
Aug 24, 2026
Merged

feat: support GitHub Enterprise API URLs#5
gokul-debugger merged 1 commit into
mainfrom
feature/github-enterprise-support

Conversation

@gokul-debugger

Copy link
Copy Markdown
Owner

Summary

  • accept GitHub Enterprise issue URLs and preserve their host in evidence links
  • support GITHUB_API_URL and per-command --base-url configuration
  • validate API endpoints and reject embedded credentials, query parameters, and fragments
  • document configuration precedence and token handling

Testing

  • python -m pytest (43 passed)
  • ruff check .
  • ruff format --check .
  • mypy src tests
  • git diff --check

Closes #4

@gokul-debugger
gokul-debugger merged commit 910523a into main Aug 24, 2026
1 check passed
@gokul-debugger
gokul-debugger deleted the feature/github-enterprise-support branch August 24, 2026 21:29
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.

Support GitHub Enterprise API URLs

1 participant