Skip to content

Commit

Permalink
add auto labeler (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jun 7, 2021
1 parent 73c8dfa commit 1687159
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/labeler.yml
@@ -0,0 +1,21 @@
area/frontend:
- airbyte-webapp/*

area/core:
- airbyte-server/*
- airbyte-scheduler/*

area/protocol:
- airbyte-protocol/*

area/worker:
- airbyte-workers/*

area/connectors:
- airbyte-integrations/connectors/*

area/documentation:
- docs/*

CDK:
- airbyte-cdk/*
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 1687159

Please sign in to comment.