mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	* fix ci * fix * fix labeler.yml * Revert "fix labeler.yml" This reverts commit 9b6a7d02cdd65ab9ad14c666c6ebe4eadeabeadc. --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
		
			
				
	
	
		
			34 lines
		
	
	
	
		
			762 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
	
		
			762 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| '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/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/**/*']
 |