mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			400 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			400 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
on:
 | 
						|
  issue_comment:
 | 
						|
    types: [ created ]
 | 
						|
name: Commented Pull Request
 | 
						|
jobs:
 | 
						|
  pullRequestHandler:
 | 
						|
    name: PullRequestHandler
 | 
						|
    runs-on: windows-latest
 | 
						|
    steps:
 | 
						|
    - uses: actions/checkout@main
 | 
						|
    - name: PullRequestHandler
 | 
						|
      uses: ScoopInstaller/GithubActions@main
 | 
						|
      if: startsWith(github.event.comment.body, '/verify')
 | 
						|
      env:
 | 
						|
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 |