From 42bb84ff23accb9bafad26e3747850c07162957b Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Thu, 25 Apr 2024 10:52:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'workflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bitnami-bot --- .github/workflows/pr-reviews.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index b820d17..736f471 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -6,6 +6,10 @@ on: pull_request_review_comment: types: - created + pull_request_review: + types: + - submitted + - dismissed permissions: {} # Avoid concurrency over the same issue concurrency: @@ -19,7 +23,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: pull_request_number path: ./pull_request_number \ No newline at end of file