mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			442 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			442 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
on:
 | 
						|
  issue_comment:
 | 
						|
    types: [ created ]
 | 
						|
name: Commented Pull Request
 | 
						|
jobs:
 | 
						|
  pullRequestHandler:
 | 
						|
    name: PullRequestHandler
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
    - uses: actions/checkout@main
 | 
						|
    - name: PullRequestHandler
 | 
						|
      uses: Ash258/Scoop-GithubActions@stable
 | 
						|
      if: startsWith(github.event.comment.body, '/verify')
 | 
						|
      env:
 | 
						|
        GITH_EMAIL: cabera.jakub@gmail.com
 | 
						|
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 |