mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(coderd): refactors github pr sync functionality (#22715)
- Adds `_API_BASE_URL` to `CODER_EXTERNAL_AUTH_CONFIG_` - Extracts and refactors existing GitHub PR sync logic to new packages `coderd/gitsync` and `coderd/externalauth/gitprovider` - Associated wiring and tests Created using Opus 4.6
This commit is contained in:
Vendored
+1
@@ -22,6 +22,7 @@ externalAuthProviders:
|
||||
mcp_tool_allow_regex: .*
|
||||
mcp_tool_deny_regex: create_gist
|
||||
regex: ^https://example.com/.*$
|
||||
api_base_url: ""
|
||||
display_name: GitHub
|
||||
display_icon: /static/icons/github.svg
|
||||
code_challenge_methods_supported:
|
||||
|
||||
Reference in New Issue
Block a user