mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	refactor: upgrade project setup (#646)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/issue-reply.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/issue-reply.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ jobs: | ||||
|     steps: | ||||
|       - name: help wanted | ||||
|         if: github.event.label.name == 'help wanted' | ||||
|         uses: actions-cool/issues-helper@v2.5.0 | ||||
|         uses: actions-cool/issues-helper@v3 | ||||
|         with: | ||||
|           actions: 'create-comment' | ||||
|           issue-number: ${{ github.event.issue.number }} | ||||
| @@ -19,7 +19,7 @@ jobs: | ||||
|  | ||||
|       - name: need reproduction | ||||
|         if: github.event.label.name == 'need reproduction' | ||||
|         uses: actions-cool/issues-helper@v2.5.0 | ||||
|         uses: actions-cool/issues-helper@v3 | ||||
|         with: | ||||
|           actions: 'create-comment' | ||||
|           issue-number: ${{ github.event.issue.number }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user