mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Use contains syntax to grep for title (#1114)
This commit is contained in:
		@@ -6,6 +6,6 @@ on:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  on_fix_merge:
 | 
			
		||||
    if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, '[CI] clang-tidy auto fixes') }}
 | 
			
		||||
    if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.title, '[CI] clang-tidy auto fixes') }}
 | 
			
		||||
    uses: ./.github/workflows/clang-tidy.yml
 | 
			
		||||
    secrets: inherit
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user