Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675) 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.0.0
 |