Skip to content

Commit

Permalink
Exclude package.json from codeowners (#10805)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored and etsybaev committed Mar 5, 2022
1 parent 24adcee commit 5bcf394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Frontend code
/airbyte-webapp/ @airbytehq/frontend
/airbyte-webapp-e2e-tests/ @airbytehq/frontend
/airbyte-webapp/ @airbytehq/frontend
## Exclude the package(-lock).json from code ownership to prevent version bump PRs from triggering codeowners review
/airbyte-webapp/package.json
/airbyte-webapp/package-lock.json

0 comments on commit 5bcf394

Please sign in to comment.