-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlabeler.yml
More file actions
87 lines (71 loc) · 2.15 KB
/
labeler.yml
File metadata and controls
87 lines (71 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
🧩 cli:
- changed-files:
- any-glob-to-any-file: 'packages/cli/src/**'
🧩 core:
- changed-files:
- any-glob-to-any-file: 'packages/core/src/**'
🧩 models:
- changed-files:
- any-glob-to-any-file: 'packages/models/src/**'
🧩 utils:
- changed-files:
- any-glob-to-any-file: 'packages/utils/src/**'
🧩 ci:
- changed-files:
- any-glob-to-any-file: 'packages/ci/src/**'
🧩 create-cli:
- changed-files:
- any-glob-to-any-file: 'packages/create-cli/src/**'
🧩 nx-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/nx-plugin/src/**'
🧩 eslint-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-eslint/src/**'
🧩 coverage-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-coverage/src/**'
🧩 js-packages-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-js-packages/src/**'
🧩 lighthouse-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'
🧩 jsdocs-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-jsdocs/src/**'
🧩 typescript-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-typescript/src/**'
🔬 testing:
- changed-files:
- any-glob-to-any-file:
- '**/*.test.ts'
- '**/mocks/**'
- e2e/**
- testing/**
- '**/vite.config*.ts'
- 'vitest.workspace.ts'
🦾 CI/CD:
- changed-files:
- any-glob-to-any-file: .github/workflows/**
📖 Project documentation:
- changed-files:
- any-glob-to-any-file: '**/*.md'
# FIXME: this labels everything instead of just ignoring .md snapshots
# - all-globs-to-all-files: '!**/__snapshots__/**'
🛠️ tooling:
- changed-files:
- any-glob-to-any-file:
- 'tools/**'
- '**/tsconfig*.json'
- '**/project.json'
- '**/package*.json'
- '**/*eslintrc*'
- 'nx.json'
- '.nvmrc'
- '.prettierrc'
- '.github/ISSUE_TEMPLATE/**'
- '.husky/**'
- 'commitlint.config.mjs'
- '.verdaccio/config.yml'