mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Make mention (@ in front of name) in CHANGELOG entry optional
This commit is contained in:
		@@ -30,4 +30,4 @@ jobs:
 | 
			
		||||
          echo "Added lines in CHANGELOG.md:"
 | 
			
		||||
          echo "$ADDED"
 | 
			
		||||
          echo "Grepping for PR info (see CONTRIBUTING.md):"
 | 
			
		||||
          grep "#${PR_NUMBER}\\b.*@${PR_SUBMITTER}\\b" <<< "$ADDED"
 | 
			
		||||
          grep "#${PR_NUMBER}\\b.*${PR_SUBMITTER}\\b" <<< "$ADDED"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user