Skip to content

Commit

Permalink
Adjust GitHub flow for FE chapter (#20813)
Browse files Browse the repository at this point in the history
* Adjust GitHub flow for FE chapter

* Change labeler config
  • Loading branch information
Tim Roes authored Jan 9, 2023
1 parent f12262c commit 7be5950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
10 changes: 0 additions & 10 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Frontend code
/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

# Design
/airbyte-config/init/src/main/resources/icons/*.svg @airbytehq/design

# CDK and SAT
/airbyte-cdk/ @airbytehq/connector-extensibility
/airbyte-integrations/bases/source-acceptance-tests/ @airbytehq/connector-extensibility
Expand Down
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# union of frontend, api, server, scheduler, protocol, worker, kubernetes
area/platform:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-api/*
- airbyte-api/**/*
- airbyte-persistence/*
Expand All @@ -17,9 +15,11 @@ area/platform:
- charts/*
- charts/**/*

team/frontend:
area/frontend:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-webapp-e2e-tests/*
- airbyte-webapp-e2e-tests/**/*

area/api:
- airbyte-api/*
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/notify-on-label.yml

This file was deleted.

0 comments on commit 7be5950

Please sign in to comment.