mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-11-04 06:34:19 +08:00 
			
		
		
		
	Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from v3.0.0 to v3.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v3.0.0...dbccbd0ebd1178b5942ba419c921b36525829588) Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			350 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			350 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.3
 | 
						|
      -
 | 
						|
        name: Run Labeler
 | 
						|
        uses: crazy-max/ghaction-github-labeler@v3.1.0
 |