Merged
Conversation
e9aab25 to
d076c40
Compare
There was a problem hiding this comment.
Copilot reviewed 21 out of 26 changed files in this pull request and generated no comments.
Files not reviewed (5)
- tests/delete-project.test.mts: Evaluated as low risk
- tests/get-item.test.mts: Evaluated as low risk
- src/get-item.ts: Evaluated as low risk
- src/edit-item.ts: Evaluated as low risk
- tests/copy-project.test.mts: Evaluated as low risk
Comments suppressed due to low confidence (3)
tests/lib.test.ts:450
- The assertion should check the exact arguments passed to execCliCommand for stronger validation.
expect(execCliCommand).toHaveBeenCalledWith(expect.arrayContaining([owner, projectNumber]));
tests/lib.test.ts:1046
- Ensure that the tests cover the new structure properly, especially since the __typename property has been removed.
const { content, type } = items[0];
tests/edit-item.test.mts:170
- [nitpick] The error message 'Cannot edit redacted items' could be more descriptive. Consider changing it to 'Cannot edit items that have been redacted due to privacy or security reasons'.
Cannot edit redacted items
d076c40 to
b73960e
Compare
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.
Issues transferred to private repos will show up on the project as redacted items, which have no content available. Properly handle this case.