Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* @cloudquery/backend

package-lock.json
pnpm-lock.yaml
package.json
.release-please-manifest.json
CHANGELOG.md
CHANGELOG.md
Comment on lines +3 to +6
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

CODEOWNERS entries must include at least one owner after the path pattern. As written, pnpm-lock.yaml (and the following file patterns) have no owners, so GitHub will ignore these lines. Either append the intended owner (e.g., @cloudquery/backend) to each entry or remove the redundant lines since * @cloudquery/backend already covers all files.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Wrong, no owner means anymore can review

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Wrong, no owner means anymore can review

Loading