mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-29 19:29:11 +00:00 
			
		
		
		
	Merge pull request #228 from bartvdbraak/renovate/marocchino-sticky-pull-request-comment-2.x
chore(deps): update marocchino/sticky-pull-request-comment action to v2.9.0
This commit is contained in:
		
						commit
						43825c032e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/unlighthouse.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/unlighthouse.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -20,7 +20,7 @@ jobs: | ||||||
|         node-version: [20] |         node-version: [20] | ||||||
|     steps: |     steps: | ||||||
|       - name: Create initial comment |       - name: Create initial comment | ||||||
|         uses: marocchino/sticky-pull-request-comment@v2.8.0 |         uses: marocchino/sticky-pull-request-comment@v2.9.0 | ||||||
|         if: github.ref != 'refs/heads/main' |         if: github.ref != 'refs/heads/main' | ||||||
|         with: |         with: | ||||||
|           header: ${{ env.COMMENT_ID }} |           header: ${{ env.COMMENT_ID }} | ||||||
|  | @ -133,7 +133,7 @@ jobs: | ||||||
|             core.setOutput("scoreColor", getColor(result.summary.score)); |             core.setOutput("scoreColor", getColor(result.summary.score)); | ||||||
| 
 | 
 | ||||||
|       - name: Update comment with result |       - name: Update comment with result | ||||||
|         uses: marocchino/sticky-pull-request-comment@v2.8.0 |         uses: marocchino/sticky-pull-request-comment@v2.9.0 | ||||||
|         if: github.ref != 'refs/heads/main' |         if: github.ref != 'refs/heads/main' | ||||||
|         with: |         with: | ||||||
|           header: ${{ env.COMMENT_ID }} |           header: ${{ env.COMMENT_ID }} | ||||||
|  | @ -152,7 +152,7 @@ jobs: | ||||||
|           color: ${{ steps.create_result_content.outputs.scoreColor }} |           color: ${{ steps.create_result_content.outputs.scoreColor }} | ||||||
| 
 | 
 | ||||||
|       - name: Update comment on failure |       - name: Update comment on failure | ||||||
|         uses: marocchino/sticky-pull-request-comment@v2.8.0 |         uses: marocchino/sticky-pull-request-comment@v2.9.0 | ||||||
|         if: failure() && github.ref != 'refs/heads/main' |         if: failure() && github.ref != 'refs/heads/main' | ||||||
|         with: |         with: | ||||||
|           header: ${{ env.COMMENT_ID }} |           header: ${{ env.COMMENT_ID }} | ||||||
|  | @ -162,7 +162,7 @@ jobs: | ||||||
|             See deployment for any errors |             See deployment for any errors | ||||||
| 
 | 
 | ||||||
|       - name: Update comment on cancel |       - name: Update comment on cancel | ||||||
|         uses: marocchino/sticky-pull-request-comment@v2.8.0 |         uses: marocchino/sticky-pull-request-comment@v2.9.0 | ||||||
|         if: cancelled() && github.ref != 'refs/heads/main' |         if: cancelled() && github.ref != 'refs/heads/main' | ||||||
|         with: |         with: | ||||||
|           header: ${{ env.COMMENT_ID }} |           header: ${{ env.COMMENT_ID }} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue