Skip to content

Commit

Permalink
Merge pull request #5 from dzcode-io/impl/labeler-action
Browse files Browse the repository at this point in the history
🏷 added labeler action to automatically label PRs
  • Loading branch information
ZibanPirate authored Oct 8, 2020
2 parents bbe3504 + 8551458 commit 735f517
Showing 1 changed file with 27 additions and 0 deletions.
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/**/*

0 comments on commit 735f517

Please sign in to comment.