mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			496 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			496 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Labeler
 | |
| on:
 | |
|   pull_request_target:
 | |
| 
 | |
| jobs:
 | |
|   label:
 | |
|     name: Labeler
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
| 
 | |
|     - uses: actions/labeler@main
 | |
|       with:
 | |
|         repo-token: ${{ secrets.GITHUB_TOKEN }}
 | |
|         sync-labels: true
 | |
| 
 | |
|     - uses: actions/labeler@main
 | |
|       if: "github.event.action == 'closed' && github.event.pull_request.merged == true"
 | |
|       with:
 | |
|         repo-token: ${{ secrets.GITHUB_TOKEN }}
 | |
|         configuration-path: .github/labeler_merged.yml
 | |
|         sync-labels: true
 |