diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index becf8db..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,27 +0,0 @@ -config: - - changed-files: - - any-glob-to-any-file: "internal/config/**" - -framer: - - changed-files: - - any-glob-to-any-file: "internal/framer/**" - -module: - - changed-files: - - any-glob-to-any-file: "internal/module/**" - -processor: - - changed-files: - - any-glob-to-any-file: "internal/processor/**" - -router: - - changed-files: - - any-glob-to-any-file: "router*" - -route: - - changed-files: - - any-glob-to-any-file: "internal/route/**" - -cli: - - changed-files: - - any-glob-to-any-file: "cmd/showbridge/**"