mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Validate PR Labeler Configuration
 | 
						|
on: [push, pull_request]
 | 
						|
 | 
						|
jobs:
 | 
						|
  pr-labeler:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
      - name: Validate Configuration
 | 
						|
        uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.2
 | 
						|
        with:
 | 
						|
          configuration-path: .github/pr-labeler.yml
 |