Skip to content

Commit

Permalink
chore: labelerが治っていなかったのを修正 (#12610)
Browse files Browse the repository at this point in the history
* fix ci

* fix

* fix labeler.yml

* Revert "fix labeler.yml"

This reverts commit 9b6a7d0.

---------

Co-authored-by: samunohito <[email protected]>
  • Loading branch information
zyoshoka and samunohito authored Dec 9, 2023
1 parent 2c6fc0b commit 6c1f839
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
'packages/backend':
- any:
- changed-files: ['packages/backend/**/*']
- changed-files:
- any-glob-to-any-file: ['packages/backend/**/*']

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

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

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

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

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

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

0 comments on commit 6c1f839

Please sign in to comment.