summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: b64d726d659ae037645e7cc7ba3c3be2a08c6e41 (plain)
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
'packages/backend':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/backend/**/*']

'packages/backend:test':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/backend/test/**/*', 'packages/backend/test-federation/**/*']

'packages/frontend':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/frontend/**/*']

'packages/frontend:test':
- any:
  - changed-files:
    - any-glob-to-any-file: ['cypress/**/*']

'packages/sw':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/sw/**/*']

'packages/misskey-js':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/misskey-js/**/*']

'packages/misskey-js:test':
- any:
  - changed-files:
    - any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']