mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			a973ead642
			...
			47a8e57e73
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					47a8e57e73 | ||
| 
						 | 
					b342916521 | 
							
								
								
									
										19
									
								
								.github/workflows/cla-check.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/cla-check.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					name: "CLA Check"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					permissions:
 | 
				
			||||||
 | 
					  actions: write
 | 
				
			||||||
 | 
					  contents: read
 | 
				
			||||||
 | 
					  pull-requests: write
 | 
				
			||||||
 | 
					  statuses: write
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    types: [opened, synchronize, closed]
 | 
				
			||||||
 | 
					  issue_comment:
 | 
				
			||||||
 | 
					    types: [created]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  call-cla-assistant:
 | 
				
			||||||
 | 
					    uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
 | 
				
			||||||
 | 
					    secrets:
 | 
				
			||||||
 | 
					      CLA_PAT: ${{ secrets.CLA_PAT }}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user