Skip to content

chore(cli): add ilitteri to CODEOWNERS#65

Merged
ilitteri merged 1 commit into
mainfrom
add-ilitteri-codeowner
Feb 17, 2026
Merged

chore(cli): add ilitteri to CODEOWNERS#65
ilitteri merged 1 commit into
mainfrom
add-ilitteri-codeowner

Conversation

@ilitteri

Copy link
Copy Markdown
Collaborator

Summary

  • Add @ilitteri as a codeowner of the repository

Copilot AI review requested due to automatic review settings February 17, 2026 13:37
@ilitteri ilitteri changed the title Add ilitteri to CODEOWNERS chore(cli): add ilitteri to CODEOWNERS Feb 17, 2026
@ilitteri ilitteri merged commit c89e872 into main Feb 17, 2026
23 of 25 checks passed
@ilitteri ilitteri deleted the add-ilitteri-codeowner branch February 17, 2026 13:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds @ilitteri as a codeowner to the repository by modifying the .github/CODEOWNERS file. However, the CODEOWNERS file is using an incorrect format with list-style dashes, which won't be recognized by GitHub's CODEOWNERS functionality.

Changes:


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/CODEOWNERS
Comment on lines 3 to +4
- @lambdaclass/lambda-execution-reviewers
- @ilitteri

Copilot AI Feb 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CODEOWNERS file format appears to be incorrect. GitHub CODEOWNERS files don't use list syntax with dashes. The correct format should be:

# Lambdaclass core team
* @lambdaclass/lambda-execution-reviewers @ilitteri

Or if you want separate lines for different owners:

# Lambdaclass core team
* @lambdaclass/lambda-execution-reviewers
* @ilitteri

Without the dashes, and with file patterns (like * for all files). The current format with dashes won't be recognized by GitHub's CODEOWNERS functionality.

Suggested change
- @lambdaclass/lambda-execution-reviewers
- @ilitteri
* @lambdaclass/lambda-execution-reviewers @ilitteri

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants