mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Fix autocloser workflow (#9848)
This commit is contained in:
		
							parent
							
								
									54b2330b7c
								
							
						
					
					
						commit
						f74f0e6b99
					
				
							
								
								
									
										4
									
								
								.github/workflows/autoclose-issues.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/autoclose-issues.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,6 +8,8 @@ jobs: | ||||
|   run: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - id: match-title | ||||
|         name: Match title | ||||
|         # if the title contains the word Java (case insensitive) | ||||
| @ -22,6 +24,8 @@ jobs: | ||||
|         uses: ./.github/actions/get-labels | ||||
|         with: | ||||
|           issue_number: ${{ github.event.issue.number }} | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
| 
 | ||||
|       # if the issue is labeled as a 'new icon' and it matches Java, we | ||||
|       # - add a comment referring to the removal request | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user