mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	T7579: added workflow for CLA
This commit is contained in:
		
							parent
							
								
									a973ead642
								
							
						
					
					
						commit
						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