Conversation
Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
… calls Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update @octokit/app and adjust for deprecated methods
Upgrade @octokit/app to v16 and fix deprecated legacy REST method calls
Mar 18, 2026
Member
|
Think you could add some runtime test @copilot ? |
Copilot stopped work on behalf of
skjnldsv due to an error
March 18, 2026 09:09
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
…dy, and getFailureCommentBody Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Copilot
AI
changed the title
Upgrade @octokit/app to v16 and fix deprecated legacy REST method calls
Add runtime tests for untested pure functions
Mar 18, 2026
…ds - resolve nextcloudUtils.spec.ts conflict Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Copilot
AI
changed the title
Add runtime tests for untested pure functions
Add runtime tests for utility functions
Mar 18, 2026
…hods Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
…ed by merge commit Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Copilot
AI
changed the title
Add runtime tests for utility functions
fix: remove duplicate imports in nextcloudUtils.spec.ts introduced by merge conflict resolution
Mar 18, 2026
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.
The merge commit resolving conflicts between
masterand this branch accidentally kept both sides of a conflict in the import block, resulting in duplicate identifiers that cause TypeScriptTS2300errors.Changes
src/nextcloudUtils.spec.ts: Remove redundant lines 5–6 (a subset re-import ofgetBackportBody,getMilestoneFromBase, and several constants from./constants). Lines 3–4 already contain the complete superset of all required imports.Before:
After:
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.