mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			512 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			512 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| backend:
 | |
|   - changed-files:
 | |
|       - any-glob-to-any-file:
 | |
|           - 'src/**'
 | |
|           - 'pyproject.toml'
 | |
|           - 'uv.lock'
 | |
|           - 'requirements.txt'
 | |
| frontend:
 | |
|   - changed-files:
 | |
|       - any-glob-to-any-file:
 | |
|           - 'src-ui/**'
 | |
| documentation:
 | |
|   - changed-files:
 | |
|       - any-glob-to-any-file:
 | |
|           - 'docs/**'
 | |
| ci-cd:
 | |
|   - changed-files:
 | |
|       - any-glob-to-any-file:
 | |
|           - '.github/**'
 | |
| # pr types
 | |
| bug:
 | |
|   - head-branch:
 | |
|       - ['^fix']
 | |
| enhancement:
 | |
|   - head-branch:
 | |
|       - ['^feature']
 | 
