mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
 | 
						|
name: "PR Conflicts checker"
 | 
						|
on:
 | 
						|
  pull_request_target:
 | 
						|
    types: [synchronize]
 | 
						|
 | 
						|
permissions:
 | 
						|
  pull-requests: write
 | 
						|
  contents: read
 | 
						|
 | 
						|
jobs:
 | 
						|
  check-pr-conflict-call:
 | 
						|
    uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
 | 
						|
    secrets: inherit
 |