Skip to content

Add CODEOWNERS - #6

Merged
ralphbean merged 1 commit into
mainfrom
CODEOWNERS
Mar 10, 2026
Merged

Add CODEOWNERS#6
ralphbean merged 1 commit into
mainfrom
CODEOWNERS

Conversation

@ralphbean

Copy link
Copy Markdown
Member

No description provided.

@ralphbean
ralphbean merged commit 85dc59d into main Mar 10, 2026
ascerra added a commit that referenced this pull request Apr 7, 2026
PRs from forks (e.g. ifireball:docs/adr-0013-enrollment-v1-upstream)
do not receive repository secrets under the `pull_request` trigger —
this is a GitHub security restriction to prevent secret exfiltration
by malicious fork PRs. This caused run #6 to fail with
"SLACK_WEBHOOK_URL secret is not configured" while run #5 (from an
in-repo branch) succeeded.

Switch to `pull_request_target`, which runs in the context of the base
repository and has access to secrets. This is safe here because the
workflow:

1. Only fires on `closed` events
2. Only proceeds when `merged == true`
3. Never checks out or executes code from the PR branch — it reads
   PR metadata via `gh pr diff` and posts to Slack

Made-with: Cursor
@rh-hemartin
rh-hemartin deleted the CODEOWNERS branch April 10, 2026 09:46
dhshah13 pushed a commit to dhshah13/fullsend that referenced this pull request Sep 8, 2026
v0.2.0 aborts Grok-on-Vertex requests when the endpoint
sends keepalive frames during high reasoning effort. The
OpenAI SDK decoder inside pi fails with an unexpected
token error. v0.2.1 filters those frames before the SDK
sees them (fullsend-ai/pi-xai-vertex#5, fixed by fullsend-ai#6).

Update PI_XAI_VERTEX_VERSION and PI_XAI_VERTEX_SHA256 in
the sandbox Containerfile. No Go code changes needed: the
extension provider id, model id, env contract, and install
layout are unchanged between v0.2.0 and v0.2.1.

Closes fullsend-ai#7021
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.

1 participant