Skip to content

Commit

Permalink
Fixed labeler build
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Dec 7, 2022
1 parent a80c0a8 commit d29c434
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
- any: ['src/**/*']

"Area: Datapack Core":
- any: ['data/**/*']
- any: ['data/**/*']

"Area: Datapack Global":
- any: ['data-otservbr-global/**/*', '!data-otservbr-global/world/*']

"Area: Datapack Canary":
"Area: Datapack Canary":
- any: ['data-canary/**/*', '!data-canary/world/*']

"Area: Map Global":
- any: ['data-otservbr-global/world/*']

"Area: Map Canary":
"Area: Map Canary":
- any: ['data-canary/world/*']

"Area: Docker":
- any: ['docker/**/*']

0 comments on commit d29c434

Please sign in to comment.