-
Notifications
You must be signed in to change notification settings - Fork 1
tools(github): poll-pr-gate.ts v0 — promote prose-jq to executable (5-AI convergent) #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AceHack
merged 8 commits into
main
from
ops/poll-pr-gate-executable-script-v0-2026-04-30
Apr 30, 2026
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
251a3a7
tools(github): poll-pr-gate.ts v0 — promote prose-jq to executable (5…
AceHack a7b8e26
fix(github): poll-pr-gate parseArgs — exactOptionalPropertyTypes comp…
AceHack 27e63d6
fix(github): poll-pr-gate — pagination + StatusContext ERROR/EXPECTED…
AceHack 8f9b338
fix(github): poll-pr-gate — BEHIND state + spawn/parse error distinct…
AceHack c481d24
fix(github): poll-pr-gate — REQUESTED/WAITING CheckRun states are pen…
AceHack cc3f455
fix(github): poll-pr-gate — match tools/*.ts main() pattern (Copilot P2)
AceHack 739de2c
fix(github): poll-pr-gate — fixture name match + loadFixture error ha…
AceHack ecb4585
fix(github): poll-pr-gate — eslint-disable + Otto-279 role-refs (Copi…
AceHack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "number": 998, | ||
| "state": "OPEN", | ||
| "mergeStateStatus": "BEHIND", | ||
| "autoMergeRequest": null, | ||
| "mergeCommit": null, | ||
| "statusCheckRollup": [ | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "build" }, | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "lint" } | ||
| ], | ||
| "reviewThreads": { "nodes": [] } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "number": 915, | ||
| "state": "OPEN", | ||
| "mergeStateStatus": "BLOCKED", | ||
| "autoMergeRequest": null, | ||
| "mergeCommit": null, | ||
| "statusCheckRollup": [ | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "build" }, | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "lint" }, | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "memory-index-integrity" } | ||
| ], | ||
| "reviewThreads": { | ||
| "nodes": [ | ||
| { "isResolved": false }, | ||
| { "isResolved": false }, | ||
| { "isResolved": false }, | ||
| { "isResolved": true } | ||
| ] | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "number": 917, | ||
| "state": "OPEN", | ||
| "mergeStateStatus": "BLOCKED", | ||
| "autoMergeRequest": { "enabledAt": "2026-04-30T14:08:53Z" }, | ||
| "mergeCommit": null, | ||
| "statusCheckRollup": [ | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "build" }, | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "lint" }, | ||
| { "status": "COMPLETED", "conclusion": "NEUTRAL", "name": "skipped-rule" }, | ||
| { "status": "COMPLETED", "conclusion": "SKIPPED", "name": "Analyze (csharp)" } | ||
| ], | ||
| "reviewThreads": { "nodes": [{ "isResolved": true }, { "isResolved": true }] } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "number": 999, | ||
| "state": "OPEN", | ||
| "mergeStateStatus": "BLOCKED", | ||
| "autoMergeRequest": null, | ||
| "mergeCommit": null, | ||
| "statusCheckRollup": [ | ||
| { "status": "COMPLETED", "conclusion": "SUCCESS", "name": "build" }, | ||
| { "state": "ERROR", "context": "external/integration-check", "description": "upstream failed" }, | ||
| { "state": "EXPECTED", "context": "deploy/preview", "description": "queued" } | ||
| ], | ||
| "reviewThreads": { "nodes": [] } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.