mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-buildx-action
				synced 2025-10-31 11:12:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			437 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			437 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: labels
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - 'master'
 | |
|     paths:
 | |
|       - '.github/labels.yml'
 | |
|       - '.github/workflows/labels.yml'
 | |
| 
 | |
| jobs:
 | |
|   labeler:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       -
 | |
|         name: Checkout
 | |
|         uses: actions/checkout@v2.3.1
 | |
|       -
 | |
|         name: Run Labeler
 | |
|         if: success()
 | |
|         uses: crazy-max/ghaction-github-labeler@v2.1.0
 | |
|         env:
 | |
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
