Add CODEOWNERS - #6
Merged
Merged
Conversation
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
6 tasks
4 tasks
This was referenced Jul 7, 2026
This was referenced Jul 14, 2026
Closed
10 tasks
7 tasks
This was referenced Aug 25, 2026
Merged
This was referenced Sep 4, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.