Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
landylee007 authored Sep 5, 2021
1 parent 7980fb5 commit 62f5071
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ service/aslan:
- pkg/microservice/aslan/**/*.go

service/cron:
- pkg/microservice/cron/*
- pkg/microservice/cron/**/*.go

service/podexec:
- pkg/microservice/podexec/*
- pkg/microservice/podexec/**/*.go

service/predator:
- pkg/microservice/predator/*
- pkg/microservice/predator/**/*.go

service/reaper:
- pkg/microservice/reaper/*
- pkg/microservice/reaper/**/*.go

service/warpdrive:
- pkg/microservice/warpdrive/*
- pkg/microservice/warpdrive/**/*.go

service/hubserver:
- pkg/microservice/hubserver/*
- pkg/microservice/hubserver/**/*.go

0 comments on commit 62f5071

Please sign in to comment.