Skip to content

Commit

Permalink
fix labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito committed Dec 9, 2023
1 parent fcd8e6c commit 9b6a7d0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
'packages/backend':
- any:
- changed-files:
- any-glob-to-any-file: ['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/**/*']
- any:
- changed-files:
- any-glob-to-any-file: [ 'packages/backend/test/**/*' ]

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

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

'packages/sw':
- any:
- changed-files:
- any-glob-to-any-file: ['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/**/*']
- 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/**/*']
- any:
- changed-files:
- any-glob-to-any-file: [ 'packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*' ]

0 comments on commit 9b6a7d0

Please sign in to comment.