mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Use git add -u in pre-commit hook and fix assign-to-project GHA workflow (#9817)
				
					
				
			* Example commit * Fix error in CI
This commit is contained in:
		
							parent
							
								
									380ecdaba2
								
							
						
					
					
						commit
						08453ebe48
					
				
							
								
								
									
										3
									
								
								.github/workflows/add-labels-priority.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/add-labels-priority.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,6 +20,9 @@ jobs: | ||||
|     env: | ||||
|       MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }} | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
| 
 | ||||
|       - id: get-labels | ||||
|         uses: ./.github/actions/get-labels | ||||
|         with: | ||||
|  | ||||
| @ -2,4 +2,4 @@ | ||||
| . "$(dirname $0)/_/husky.sh" | ||||
| 
 | ||||
| npm run format | ||||
| git add . | ||||
| git add -u | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user