fix: propagate per-handler staged: true to JS safe output handlers …#1
Open
Eviphon wants to merge 69 commits intoEviphon:mainfrom
Open
fix: propagate per-handler staged: true to JS safe output handlers …#1Eviphon wants to merge 69 commits intoEviphon:mainfrom
staged: true to JS safe output handlers …#1Eviphon wants to merge 69 commits intoEviphon:mainfrom
Conversation
…ntime-import on nested paths (#18973)
…emini CLI 0.31.0 (#19033)
…ed/reporting.md (#19079)
* Initial plan * Remove dead code: safe_output_unified_handler_manager.cjs and its test Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
* multi repo * multi-repo * multi-repo * get tests passing * missing file * fix build * fix build * fix error message * fix: update test assertion to match allowed-repos validation error message Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> * fix: enforce exact two-part slug validation in checkoutRepo and use qualified repo slug Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> * fix dependency * add test * add test * Add changeset [skip-ci] * ci: trigger CI checks --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> Co-authored-by: Codex Bot <codex-bot@example.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…-01 (#19101) * docs: fix three confirmed documentation gaps from issue analysis - AGENTS.md: update MCP registry URL from v0 to v0.1 (matches DefaultMCPRegistryURL constant) - AGENTS.md: remove deprecated tools.playwright.allowed_domains from example, replace with network.allowed (removed in v0.9.0, tracked in #17941) - docs/setup/cli.md: remove non-existent --owner flag from secrets bootstrap options (tracked in #18694 finding 8) * ci: trigger CI checks --------- Co-authored-by: Daily Documentation Healer <doc-healer@github-actions> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Initial plan * Add daily dead-code-remover agentic workflow Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
…n.go (#19100) * refactor: fix orphaned comments in schema_validation.go Remove stale comments referencing old function names (ValidateMainWorkflowFrontmatterWithSchema and ValidateIncludedFileFrontmatterWithSchema) that were disconnected from their renamed counterparts. Merge the detailed description block into the proper doc comment for ValidateMainWorkflowFrontmatterWithSchemaAndLocation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: trigger CI checks --------- Co-authored-by: GitHub Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…sions-write feature flag (#19092)
* add smoke tests * Update .github/workflows/smoke-update-cross-repo-pr.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update workflow --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix auth * fixes for per-handler safe outputs * fixes * fixes * fixes * fixes * fixes * fixes
…d sanitize xpia.md (#19164)
…rom optional third-party commit statuses (#19161)
* update DEADCODE.md * chore: remove dead functions (phase 5) — CLI git helpers Remove 3 unreachable functions from pkg/cli/git.go: - getDefaultBranch - checkOnDefaultBranch - confirmPushOperation Also remove their exclusive test file git_push_test.go.
…able behavior, project new formatting (#19230)
Remove 5 unreachable functions: - ExtractFrontmatterString (frontmatter_content.go) - ExtractYamlChunk (frontmatter_content.go) - ComputeFrontmatterHash (frontmatter_hash.go) - buildCanonicalFrontmatter (frontmatter_hash.go) - ComputeFrontmatterHashWithExpressions (frontmatter_hash.go) Also remove their exclusive tests from frontmatter_hash_test.go, frontmatter_extraction_test.go, and frontmatter_hash_stability_test.go.
…focused modules (#19229)
…calling workflows (#19200)
Remove 4 unreachable functions: - ParseRunURL (github_urls.go) - GitHubURLComponents.GetRepoSlug (github_urls.go) - GitHubURLComponents.GetWorkflowName (github_urls.go) - GetMainWorkflowSchema (schema_compiler.go) Also remove their exclusive tests.
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.
…(github#18961)