mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Use jq to load priority config from JSON
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/autolabeler.yml
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/autolabeler.yml
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -124,7 +124,7 @@ jobs:
 | 
			
		||||
      - name: Load priority config
 | 
			
		||||
        id: config
 | 
			
		||||
        run: |
 | 
			
		||||
          echo "priority=$(cat .github/label-priority.json)" >> $GITHUB_OUTPUT
 | 
			
		||||
          echo "priority=$(jq -c . .github/label-priority.json)" >> $GITHUB_OUTPUT
 | 
			
		||||
 | 
			
		||||
      - name: Fetch PR metadata
 | 
			
		||||
        id: pr
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user