Skip to content

Commit

Permalink
feat(labeler): updated labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Apr 9, 2023
1 parent c170337 commit e9e503b
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
aws:
- internal/aws/**/*
aws:
- plugins/aws/**/*

custom:
- internal/custom/**/*
- plugins/custom/**/*

cmd:
- internal/cmd/**/*
commons:
- plugins/commons/**/*

helpers:
- internal/helpers/**/*
manager:
- plugins/manager/**/*

logger:
- internal/logger/**/*
- plugins/logger/**/*

helpers:
- internal/helpers/**/*

plugins:
- internal/plugins/**/*
cli:
- internal/cli/**/*

report:
- internal/report/**/*

results:
- internal/results/**/*
testdata:
- internal/testdata/**/*

yatas:
- internal/yatas/**/*
breaking-changes:
- plugins/commons/types.go

dependencies:
- go.mod
Expand Down

0 comments on commit e9e503b

Please # to comment.