Skip to content

Commit

Permalink
πŸ€– [Actions] Convert all labeler entries to an array (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Dec 6, 2023
1 parent d7c5ffc commit b96e241
Showing 1 changed file with 36 additions and 18 deletions.
54 changes: 36 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,38 @@
🧰 Dependency: package-lock.json
🧰 Dependency:
- changed-files:
- any-glob-to-any-file: 'package-lock.json'

πŸ“š Documentation:
- README.md
- docs/**
βš–οΈ Legal: LICENSE
πŸ”– Release: CHANGELOG.md
πŸ§ͺ Testing: '**/*.test.ts'
- changed-files:
- any-glob-to-any-file: ['README.md', 'docs/**']

βš–οΈ Legal:
- changed-files:
- any-glob-to-any-file: 'LICENSE'

πŸ”– Release:
- changed-files:
- any-glob-to-any-file: 'CHANGELOG.md'

πŸ§ͺ Testing:
- changed-files:
- any-glob-to-any-file: '**/*.test.ts'

πŸ› οΈ Tooling:
- .github/**
- .vscode/**
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .nvmrc
- .prettierrc
- config/**
- package.json
- tsconfig.json
- vite.config.ts
- changed-files:
- any-glob-to-any-file:
[
'.github/**',
'.vscode/**',
'.editorconfig',
'.eslintignore',
'.eslintrc',
'.gitignore',
'.npmignore',
'.nvmrc',
'.prettierrc',
'config/**',
'package.json',
'tsconfig.json',
'vite.config.ts',
]

0 comments on commit b96e241

Please sign in to comment.