-
Notifications
You must be signed in to change notification settings - Fork 1
Fix/followup creator app token #3446
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
Open
iamkayleb
wants to merge
32
commits into
stranske:main
Choose a base branch
from
iamkayleb:fix/followup-creator-app-token
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e85edad
chore: align autofix source pins
github-actions[bot] 6393963
feat(sync): onboard iamkayleb/bukay and repoint consumer templates at…
claude e0c0aa0
fix(reusables): vendor the helper layer from this fork, not upstream
claude 7d6a785
Merge pull request #80 from iamkayleb/claude/repo-changes-review-jgvimg
iamkayleb 565d6f9
corpus: grow verifier eval corpus from realized PR outcomes (#82)
iamkayleb 1cca24f
maint: prune closed-issue agent stubs [skip ci]
github-actions[bot] 833be49
Support non-default base branches for agent PRs (evaluation lanes)
claude 16dc53b
Merge pull request #83 from iamkayleb/eval/autonomous-agent-pipeline
iamkayleb 6d15c0a
Wire Cursor into the consolidated keepalive/autofix loop
claude a0327a4
Merge pull request #84 from iamkayleb/feat/cursor-agent-in-consolidat…
iamkayleb d1ca332
Close two agent allowlists that silently excluded Cursor
claude 623b48e
Merge pull request #85 from iamkayleb/feat/cursor-agent-in-consolidat…
iamkayleb 58e28fd
Limit the canary list to repos this fork can write to
claude 11201bd
Merge pull request #86 from iamkayleb/fix/fork-local-canary-list
iamkayleb e3550ec
Optimizer recursion guard: stop counting no-op runs
claude 051b5de
Merge pull request #87 from iamkayleb/fix/optimizer-recursion-guard-c…
iamkayleb 8bf0b11
Restore the full canary registry
claude 7a75f6b
corpus: grow verifier eval corpus from realized PR outcomes (#89)
iamkayleb 0149820
Merge pull request #90 from iamkayleb/revert/restore-canary-registry
iamkayleb 5d4930a
Put the issue number in the auto-pilot run title
claude 446e70e
Belt dispatcher: give each dispatched issue its own concurrency lane
claude 082c07c
Merge pull request #91 from iamkayleb/fix/auto-pilot-run-name
iamkayleb 9fa7dac
Merge pull request #92 from iamkayleb/fix/belt-dispatcher-per-issue-c…
iamkayleb 77ae451
Belt dispatcher: honour the base-branch marker
claude 041f5f7
Merge pull request #93 from iamkayleb/fix/belt-dispatcher-honours-bas…
iamkayleb 6adf8d4
Ship the Codex auth expiry check to consumer repos
claude 6ee6bf6
Merge pull request #94 from iamkayleb/feat/ship-auth-check-to-consumers
iamkayleb cb15ccf
Auto-pilot: honour the base-branch marker when opening the pull request
claude 97d6242
Merge pull request #95 from iamkayleb/fix/auto-pilot-honours-base-marker
iamkayleb 43cbb88
Give Codex a usable sandbox in the consolidated loop
claude 9be71e7
Merge pull request #96 from iamkayleb/fix/codex-sandbox-in-consolidat…
iamkayleb c2d3578
Follow-up creator: prefer a GitHub App token
claude 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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For either
workflow_callorworkflow_dispatchwithbase_branchset,INPUT_BASE_BRANCHis never defined in theResolve candidate issuestep's environment—the step exports onlyFORCE_ISSUEandAGENT_KEY. Therefore this expression is always empty and the advertised explicit override is ignored in favor of the issue marker or default branch; pass${{ inputs.base_branch }}through the step environment as the reusable issue bridge does.Useful? React with 👍 / 👎.