mirror of
				https://github.com/actions/cache.git
				synced 2025-10-23 08:56:26 +08:00 
			
		
		
		
	Create auto-assign-issues.yml
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/auto-assign-issues.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/auto-assign-issues.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | |||||||
|  | name: Issue assignment | ||||||
|  |  | ||||||
|  | on: | ||||||
|  |     issues: | ||||||
|  |         types: [opened] | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |     auto-assign: | ||||||
|  |         runs-on: ubuntu-latest | ||||||
|  |         steps: | ||||||
|  |             - name: 'Auto-assign issue' | ||||||
|  |               uses: pozil/auto-assign-issue@v1.4.0 | ||||||
|  |               with: | ||||||
|  |                   assignees: phantsure,tiwarishub,aparna-ravindra,vsvipul | ||||||
|  |                   numOfAssignee: 1 | ||||||
		Reference in New Issue
	
	Block a user