Skip to content

Commit

Permalink
.github,tools: clean up dead files (#30011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Posta authored Aug 31, 2023
1 parent 25eafea commit d5fdb1b
Show file tree
Hide file tree
Showing 40 changed files with 330 additions and 1,785 deletions.
62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/2-issue-platform.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/ci-java-tests/action.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/actions/ci-py-tests/action.yml

This file was deleted.

34 changes: 5 additions & 29 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
# union of frontend, api, server, scheduler, protocol, worker, kubernetes
area/platform:
- airbyte-api/*
- airbyte-api/**/*
- airbyte-persistence/*
- airbyte-persistence/**/*
- airbyte-server/*
- airbyte-server/**/*
- airbyte-workers/*
- airbyte-workers/**/*
- kube/*
- kube/**/*
- charts/*
- charts/**/*

# Union of api, connectors, documentation, octavia-cli, CDK and normalization.
area/api:
- airbyte-api/*
- airbyte-api/**/*

area/server:
- airbyte-server/*
- airbyte-server/**/*

area/worker:
- airbyte-workers/*
- airbyte-workers/**/*

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

area/connectors:
- airbyte-integrations/connectors/*
- airbyte-integrations/connectors/**/*
Expand All @@ -39,6 +11,10 @@ area/documentation:
- docs/*
- docs/**/*

area/octavia-cli:
- octavia-cli/*
- octavia-cli/**/*

CDK:
- airbyte-cdk/*
- airbyte-cdk/**/*
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
test
legacy-test
test-performance
build-connector
publish-connector
publish
legacy-publish
publish-external
gke-kube-test
run-specific-test
connector-performance
static-args: |
repo=${{ steps.getref.outputs.repo }}
Expand Down
Loading

0 comments on commit d5fdb1b

Please sign in to comment.