Skip to content

Commit

Permalink
remove core label, replace with platform (#7305)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens authored Oct 23, 2021
1 parent 84b69d9 commit 6deae28
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# union of frontend, api, server, scheduler, protocol, worker, kubernetes
area/platform:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-api/*
- airbyte-api/**/*
- airbyte-server/*
- airbyte-server/**/*
- airbyte-scheduler/*
- airbyte-scheduler/**/*
- airbyte-protocol/*
- airbyte-protocol/**/*
- airbyte-workers/*
- airbyte-workers/**/*
- kube/*
- kube/**/*
- charts/*
- charts/**/*

area/frontend:
- airbyte-webapp/*
- airbyte-webapp/**/*
Expand All @@ -6,9 +25,11 @@ area/api:
- airbyte-api/*
- airbyte-api/**/*

area/core:
area/server:

This comment has been minimized.

Copy link
@Tr1985

Tr1985 Apr 13, 2022

.github/labeler.yml #11954

- airbyte-server/*
- airbyte-server/**/*

area/scheduler:
- airbyte-scheduler/*
- airbyte-scheduler/**/*

Expand All @@ -20,6 +41,12 @@ area/worker:
- airbyte-workers/*
- airbyte-workers/**/*

kubernetes:
- kube/*
- kube/**/*
- charts/*
- charts/**/*

area/connectors:
- airbyte-integrations/connectors/*
- airbyte-integrations/connectors/**/*
Expand All @@ -36,9 +63,3 @@ CDK:
normalization:
- airbyte-integrations/bases/base-normalization/*
- airbyte-integrations/bases/base-normalization/**/*

kubernetes:
- kube/*
- kube/**/*
- charts/*
- charts/**/*

0 comments on commit 6deae28

Please sign in to comment.