mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Update milestone-workflow.yml (#2853)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							cc2a271287
						
					
				
				
					commit
					add793462f
				
			
							
								
								
									
										2
									
								
								.github/workflows/milestone-workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/milestone-workflow.yml
									
									
									
									
										vendored
									
									
								
							@@ -146,7 +146,7 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          prs=$(gh pr list --search milestone:"$MILESTONE_VERSION" --limit 1000 --state all --json number --template '{{range .}}{{tablerow (printf "%v" .number)}}{{end}}')
 | 
			
		||||
          for pr in $prs; do
 | 
			
		||||
              gh pr $pr edit --add-label $MILESTONE_VERSION
 | 
			
		||||
              gh pr edit $pr --add-label $MILESTONE_VERSION
 | 
			
		||||
          done
 | 
			
		||||
      - name: Add label ${{ env.MILESTONE_VERSION }} to all issues in the Milestone
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user