Revert "[CI SKIP] Remove issue closer action"
This reverts commit 9d7f8c93573f0d7f8b4995403862dfe6191437e5.
This commit is contained in:
		
							parent
							
								
									d99a1e3f1a
								
							
						
					
					
						commit
						2f4463add7
					
				
							
								
								
									
										12
									
								
								.github/workflows/issue_closer.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/issue_closer.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
name: Issue closer
 | 
			
		||||
on: [issues]
 | 
			
		||||
jobs:
 | 
			
		||||
  autoclose:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Autoclose issue
 | 
			
		||||
      uses: arkon/issue-closer-action@v1.0
 | 
			
		||||
      with:
 | 
			
		||||
        repo-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        issue-close-message: "@${issue.user.login} this issue was automatically closed because it was not filled in correctly or the acknowledgment section was not removed."
 | 
			
		||||
        issue-body-pattern: ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*"
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user