Skip to content

Commit 9413a21

Browse files
authored
Exclude package.json from codeowners (#10805)
1 parent 6842ee0 commit 9413a21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Frontend code
2-
/airbyte-webapp/ @airbytehq/frontend
32
/airbyte-webapp-e2e-tests/ @airbytehq/frontend
3+
/airbyte-webapp/ @airbytehq/frontend
4+
## Exclude the package(-lock).json from code ownership to prevent version bump PRs from triggering codeowners review
5+
/airbyte-webapp/package.json
6+
/airbyte-webapp/package-lock.json

0 commit comments

Comments
 (0)