mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			344 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			344 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Issue Opened
 | |
| run-name: "Issue ${{github.event.number}} ${{github.event.action}} by ${{github.actor}}"
 | |
| on:
 | |
|   issues:
 | |
|     types: opened
 | |
| 
 | |
| jobs:
 | |
|   triage:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - name: initial labeling
 | |
|         uses: andymckay/labeler@master
 | |
|         with:
 | |
|           add-labels: "triage"
 | |
|           ignore-if-labeled: true
 |