mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Merge pull request #10437 from jellyfin/renovate/ci-deps
This commit is contained in:
		
						commit
						df7032b09e
					
				
							
								
								
									
										10
									
								
								.github/workflows/commands.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/commands.yml
									
									
									
									
										vendored
									
									
								
							@ -17,7 +17,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Notify as seen
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.JF_BOT_TOKEN }}
 | 
			
		||||
          comment-id: ${{ github.event.comment.id }}
 | 
			
		||||
@ -43,7 +43,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Notify as seen
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ github.event.comment != null }}
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.JF_BOT_TOKEN }}
 | 
			
		||||
@ -58,7 +58,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Notify as running
 | 
			
		||||
        id: comment_running
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ github.event.comment != null }}
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.JF_BOT_TOKEN }}
 | 
			
		||||
@ -93,7 +93,7 @@ jobs:
 | 
			
		||||
          exit ${retcode}
 | 
			
		||||
 | 
			
		||||
      - name: Notify with result success
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ github.event.comment != null && success() }}
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.JF_BOT_TOKEN }}
 | 
			
		||||
@ -108,7 +108,7 @@ jobs:
 | 
			
		||||
          reactions: hooray
 | 
			
		||||
 | 
			
		||||
      - name: Notify with result failure
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ github.event.comment != null && failure() }}
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.JF_BOT_TOKEN }}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/openapi.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/openapi.yml
									
									
									
									
										vendored
									
									
								
							@ -112,7 +112,7 @@ jobs:
 | 
			
		||||
          direction: last
 | 
			
		||||
          body-includes: openapi-diff-workflow-comment
 | 
			
		||||
      - name: Reply or edit difference comment (changed)
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ steps.read-diff.outputs.body != '' }}
 | 
			
		||||
        with:
 | 
			
		||||
          issue-number: ${{ github.event.pull_request.number }}
 | 
			
		||||
@ -127,7 +127,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
            </details>
 | 
			
		||||
      - name: Edit difference comment (unchanged)
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
 | 
			
		||||
        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
 | 
			
		||||
        if: ${{ steps.read-diff.outputs.body == '' && steps.find-comment.outputs.comment-id != '' }}
 | 
			
		||||
        with:
 | 
			
		||||
          issue-number: ${{ github.event.pull_request.number }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user