diff --git a/.github/labeler.yml b/.github/labeler.yml index 2f28d6a..84c87c6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,9 @@ ๐Ÿงฐ Dependency: package-lock.json ๐Ÿ“š Documentation: - - 'README.md' - - 'docs/**' -โš–๏ธ Legal: 'LICENSE' -๐Ÿ”– Release: 'CHANGELOG.md' + - README.md + - docs/** +โš–๏ธ Legal: LICENSE +๐Ÿ”– Release: CHANGELOG.md ๐Ÿงช Testing: '**/*.test.ts' ๐Ÿ› ๏ธ Tooling: - .github/** @@ -14,7 +14,7 @@ - .gitignore - .nvmrc - .prettierrc - - 'config/**', + - config/**, - package.json - tsconfig.json - vite.config.ts diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e72d7c8..53c8105 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,4 +1,4 @@ -name: Labeler +name: PR Labels on: [pull_request_target] jobs: