Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
3e10e89
Initial plan
Copilot Oct 17, 2025
3ffbaa6
Initial exploration of codebase
Copilot Oct 17, 2025
540fe26
Add assign-to-bot feature to create-issue safe output
Copilot Oct 17, 2025
7e9f377
Complete assign-to-bot implementation - all tests passing
Copilot Oct 17, 2025
b27db18
Address code review feedback - improve formatting consistency
Copilot Oct 17, 2025
08ec317
Normalize bot names and add comprehensive logging
Copilot Oct 17, 2025
4ee96a7
Update dev.md to assign issues to copilot with custom token
Copilot Oct 17, 2025
3b5ac3b
Remove staged flag from dev.md workflow
Copilot Oct 17, 2025
f87e929
Replace core.debug with core.info for better log visibility
Copilot Oct 17, 2025
be1e78a
Add assign-to-bot-github-token option for custom assignment token
Copilot Oct 17, 2025
dced8b5
Replace addAssigneesToAssignable with replaceActorsForAssignable muta…
Copilot Oct 17, 2025
99011d7
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
82cbfea
Parse and validate replaceActorsForAssignable result
Copilot Oct 17, 2025
2da2224
Merge remote-tracking branch 'origin/main' into copilot/add-optional-…
pelikhan Oct 17, 2025
6e6f16f
Enhance issue assignment logging and add GitHub token for bot assignm…
pelikhan Oct 17, 2025
073bcd5
Fix custom token support using fetch instead of Octokit
Copilot Oct 17, 2025
8771bb4
Use github-script token parameter instead of custom fetch
Copilot Oct 17, 2025
ad9a789
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
5732c09
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
3849dc4
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
617a142
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
13291ae
Recompile all workflow files
Copilot Oct 17, 2025
241673b
Merge remote-tracking branch 'origin/main' into copilot/add-optional-…
pelikhan Oct 17, 2025
2f09494
Merge remote-tracking branch 'origin/main' into copilot/add-optional-…
pelikhan Oct 17, 2025
40d2a97
Refactor CreateIssuesConfig struct for consistency in formatting
pelikhan Oct 17, 2025
b66fe73
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
b1fcf28
Remove AssignToBotGitHubToken field from CreateIssuesConfig
Copilot Oct 17, 2025
3f5fcbe
Merge remote-tracking branch 'origin/main' into copilot/add-optional-…
pelikhan Oct 17, 2025
576f481
Refactor workflow files: remove Drain3 import and redundant GitHub to…
pelikhan Oct 17, 2025
2825bf3
Update workflow files: remove detection job and adjust dependencies f…
pelikhan Oct 17, 2025
dc17cbb
Use createIssue mutation with assigneeIds for single-call assignment
Copilot Oct 17, 2025
a9ceb1f
Addressing PR comments
Copilot Oct 17, 2025
a77b162
Merge branch 'main' into copilot/add-optional-assign-to-bot
pelikhan Oct 17, 2025
222dd7d
Remove unused detection job and clean up related steps in the workflow
pelikhan Oct 17, 2025
83bdbd0
Merge remote-tracking branch 'origin/main' into copilot/add-optional-…
pelikhan Oct 18, 2025
dff8a10
Add logging for bot result and issue creation in workflow files
pelikhan Oct 18, 2025
b46fabd
Refactor bot user query to fetch suggested actors for assignment in w…
pelikhan Oct 18, 2025
572ac10
Refactor bot user query to correctly fetch IDs for User and Bot types…
pelikhan Oct 18, 2025
c13f96f
Refactor bot user query to use assignableUsers instead of suggestedAc…
pelikhan Oct 18, 2025
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
141 changes: 133 additions & 8 deletions .github/workflows/ci-doctor.lock.yml

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

Loading
Loading