diff --git a/.github/labeler.yml b/.github/labeler.yml index a5621af..cb7e372 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,12 +14,9 @@ processor: - changed-files: - any-glob-to-any-file: 'internal/processor/**' -route: +routing: - changed-files: - any-glob-to-any-file: 'internal/route/**' - -routr: - - changed-files: - any-glob-to-any-file: 'router*' cli: diff --git a/.github/release.yml b/.github/release.yml index 4b116cd..bbec69a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -17,8 +17,9 @@ changelog: - title: Processor 🏭 labels: - processor - - title: Route 🛣️ + - title: Routing 🛣️ labels: + - router - route - title: CLI ⌨️ labels: