Răsfoiți Sursa

🔄 synced local '.github/workflows/' with remote 'workflows/' (#21623)

Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
Bitnami Bot 1 an în urmă
părinte
comite
9dc83dbec5

+ 1 - 1
.github/workflows/move-closed-issues.yml

@@ -14,7 +14,7 @@ permissions:
   pull-requests: write
 # Avoid concurrency over the same issue
 concurrency:
-  group: card-movement-${{ github.event.repository.id }}-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
+  group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
 jobs:
   call-move-closed-workflow:
     uses: bitnami/support/.github/workflows/item-closed.yml@main

+ 1 - 0
.github/workflows/pr-review-hack.yml

@@ -22,6 +22,7 @@ jobs:
       actor: ${{ steps.get-info.outputs.actor }}
       labels: ${{ steps.get-info.outputs.labels }}
       resource_url: ${{ steps.get-info.outputs.resource_url }}
+    if: {{ github.event.workflow_run.conclusion == 'success' }}
     steps:
       - id: get-info
         env:

+ 1 - 1
.github/workflows/pr-reviews.yml

@@ -19,7 +19,7 @@ jobs:
           echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
           echo "${{ github.event.pull_request.number }}" > pull_request_number
       - name: Upload the PR number
-        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
         with:
           name: pull_request_number
           path: ./pull_request_number