mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	ci(news): checkout to HEAD commit instead of merge commit (#21679)
The default merge branch is unreliable when trying to determine number of commits in a PR. Using the HEAD branch of the PR removes this ambiguity.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/news.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/news.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,6 +10,7 @@ jobs: | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           ref: ${{ github.event.pull_request.head.sha }} | ||||
|       - name: news.txt needs to be updated | ||||
|         run: | | ||||
|           for commit in $(git rev-list HEAD~${{ github.event.pull_request.commits }}..HEAD); do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dundargoc
					dundargoc