Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏷 added labeler action to automatically label PRs #5

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Add 'data' to any changes within '_data' folder or any subfolders
data:
- _data/**/*

# Add 'schemas' to any changes within '_schemas' folder or any subfolders
schemas:
- _schemas/**/*

# Add 'csharp' to any changes within 'csharp' folder or any subfolders
csharp:
- csharp/**/*

# Add 'java' to any changes within 'java' folder or any subfolders
java:
- java/**/*

# Add 'javascript' to any changes within 'javascript' folder or any subfolders
javascript:
- javascript/**/*

# Add 'php' to any changes within 'php' folder or any subfolders
php:
- php/**/*

# Add 'python' to any changes within 'python' folder or any subfolders
python:
- python/**/*