Skip to content

Commit aa1ecc0

Browse files
author
Bitnami Bot
authored
🔄 synced local '.github/workflows/' with remote 'workflows/' (#100)
Signed-off-by: bitnami-bot <[email protected]>
1 parent 0eeb6ae commit aa1ecc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/pr-reviews.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request_review_comment:
77
types:
88
- created
9+
pull_request_review:
10+
types:
11+
- submitted
12+
- dismissed
913
permissions: {}
1014
# Avoid concurrency over the same issue
1115
concurrency:
@@ -19,7 +23,7 @@ jobs:
1923
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
2024
echo "${{ github.event.pull_request.number }}" > pull_request_number
2125
- name: Upload the PR number
22-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
26+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
2327
with:
2428
name: pull_request_number
2529
path: ./pull_request_number

0 commit comments

Comments
 (0)