mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			376 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			376 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
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,kotewar,tiwarishub,aparna-ravindra,vsvipul,bishal-pdmsft
 | 
						|
                  numOfAssignee: 1
 |