Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c5dba08
Initial plan
Copilot Jan 2, 2026
cb523c9
Planning refactoring approach for create-pull-request
Copilot Jan 2, 2026
6d75d23
Add temporary ID resolution support to create_pull_request
Copilot Jan 2, 2026
29093c5
Add test for temporary ID resolution in create_pull_request
Copilot Jan 2, 2026
596f3aa
Add create-pull-request to handler manager infrastructure
Copilot Jan 2, 2026
01273a2
Document create-pull-request handler conversion plan
Copilot Jan 2, 2026
2f22daf
Complete JavaScript handler factory conversion for create-pull-request
Copilot Jan 2, 2026
3345104
Merge branch 'main' into copilot/refactor-create-pull-request-output
pelikhan Jan 2, 2026
d3795a4
Fix critical bug: use resolvedTemporaryIds parameter instead of env var
Copilot Jan 2, 2026
634e15d
[WIP] Fix failing GitHub Actions workflow lint-go (#8690)
Copilot Jan 2, 2026
ace3a04
Fix create_pull_request tests for handler factory architecture (#8689)
Copilot Jan 2, 2026
7953db4
Move create-pull-request to handler manager architecture
Copilot Jan 2, 2026
6d136cf
Move base_branch and max_patch_size from environment to config
Copilot Jan 2, 2026
22e1443
Convert push-to-pull-request-branch to handler manager architecture
Copilot Jan 3, 2026
ee0180c
Convert create-pull-request and push-to-pull-request-branch to handle…
Copilot Jan 3, 2026
2374d86
Clean up unused functions after handler manager conversion
Copilot Jan 3, 2026
e7022c4
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot Jan 3, 2026
7a05da2
Remove obsolete create-pull-request standalone step functions
Copilot Jan 3, 2026
cbfda1e
Convert update-pull-request to handler manager architecture
Copilot Jan 3, 2026
62a7af5
Convert close-pull-request to handler manager architecture
Copilot Jan 3, 2026
1c0f527
Convert hide-comment to handler manager architecture
Copilot Jan 3, 2026
cde844c
Fix TypeScript errors and close_pull_request handler implementation
Copilot Jan 3, 2026
94a1dad
Remove obsolete docs/create-pull-request-handler-conversion-plan.md
Copilot Jan 3, 2026
ee4bd9c
Clean up Go formatting after handler manager migration
Copilot Jan 3, 2026
b677c44
Add changeset [skip-ci]
github-actions[bot] Jan 3, 2026
2c5fb8a
Remove legacy code from migrated PR handlers
Copilot Jan 3, 2026
9562359
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot Jan 3, 2026
6726750
Add changeset [skip-ci]
github-actions[bot] Jan 3, 2026
e69a5b5
Remove obsolete JS test files for migrated handlers
Copilot Jan 3, 2026
73dfe05
[WIP] Fix lint Go issues (#8705)
Copilot Jan 3, 2026
20b5a6b
Add changeset for PR #8683: convert PR safe outputs to [skip-ci] hand…
github-actions[bot] Jan 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/patch-convert-pr-safe-outputs-handler-manager.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 6 additions & 21 deletions .github/workflows/changeset.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 6 additions & 12 deletions .github/workflows/ci-coach.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 1 addition & 25 deletions .github/workflows/cloclo.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions .github/workflows/craft.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions .github/workflows/daily-doc-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 6 additions & 13 deletions .github/workflows/daily-workflow-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 1 addition & 23 deletions .github/workflows/developer-docs-consolidator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading