Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Sep 8, 2020
1 parent b2dcc6e commit 828c72d
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
layer5-ng:
branch: "^layer5-ng/.*"

area/docs:
files:
- docs/pages/*
- docs/_includes/*
- docs/_layouts/*

component/api:
files:
- handlers/**/*

component/mesheryctl:
files:
- mesheryctl/**/*

language/go:
files:
- ./*.go

language/javascript:
files:
- ./*.js

language/markdown:
files:
- ./*.md

language/ruby:
files:
- ./*.rb

language/html:
files:
- ./*.html

area/ui:
files:
- any: ['ui/**/*', 'provider-ui/**/*']

area/tests:
files:
- any: ['ui/cypress/**/*', 'provider-ui/cypress/**/*']

area/ci:
files:
- any: ['.github/**/*']

0 comments on commit 828c72d

Please sign in to comment.