mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06: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']
 |