Skip to content

Commit

Permalink
Update labeler configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Jan 1, 2024
1 parent 1be8241 commit f1076fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
40 changes: 16 additions & 24 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,31 @@
# Add 'data' to any changes within '_data' folder or any subfolders
data:
paths:
- "_data/**/*"
- changed-files:
- any-glob-to-any-file: "_data/**"

# Add 'schemas' to any changes within '_schemas' folder or any subfolders
schemas:
paths:
- "_schemas/**/*"
- changed-files:
- any-glob-to-any-file: "_schemas/**"

# Add 'csharp' to any changes within 'csharp' folder or any subfolders
csharp:
paths:
- "csharp/**/*"
- changed-files:
- any-glob-to-any-file: "csharp/**"

# Add 'java' to any changes within 'java' folder or any subfolders
java:
paths:
- "java/**/*"
- changed-files:
- any-glob-to-any-file: "java/**"

# Add 'javascript' to any changes within 'javascript' folder or any subfolders
javascript:
paths:
- "javascript/**/*"
- changed-files:
- any-glob-to-any-file: "javascript/**"

# Add 'php' to any changes within 'php' folder or any subfolders
php:
paths:
- "php/**/*"
- changed-files:
- any-glob-to-any-file: "php/**"

# Add 'python' to any changes within 'python' folder or any subfolders
python:
paths:
- "python/**/*"
- changed-files:
- any-glob-to-any-file: "python/**"

# Add 'rust' to any changes within 'rust' folder or any subfolders
rust:
paths:
- "rust/**/*"
- changed-files:
- any-glob-to-any-file: "rust/**"
1 change: 0 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Pull Request Labeler"
on:
# - pull_request_target
- pull_request

jobs:
Expand Down

0 comments on commit f1076fc

Please sign in to comment.