We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeb6ae commit aa1ecc0Copy full SHA for aa1ecc0
‎.github/workflows/pr-reviews.yml‎
@@ -6,6 +6,10 @@ on:
6
pull_request_review_comment:
7
types:
8
- created
9
+ pull_request_review:
10
+ types:
11
+ - submitted
12
+ - dismissed
13
permissions: {}
14
#Â Avoid concurrency over the same issue
15
concurrency:
@@ -19,7 +23,7 @@ jobs:
19
23
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
20
24
echo "${{ github.event.pull_request.number }}" > pull_request_number
21
25
- name: Upload the PR number
22
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
26
+ uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
27
with:
28
name: pull_request_number
29
path: ./pull_request_number
0 commit comments