File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ---
3
+
1
4
- [ ] [ Issue] ( https://github.com/json-schema-org/json-schema-spec/issues ) linked
2
5
- [ ] [ Milestone] ( https://github.com/json-schema-org/json-schema-spec/milestones ) assigned
3
6
- [ ] Test coverage issue in [ test suite] ( https://github.com/json-schema-org/JSON-Schema-Test-Suite )
Original file line number Diff line number Diff line change @@ -14,13 +14,19 @@ jobs:
14
14
body="${body//$'\n'/'%0A'}"
15
15
body="${body//$'\r'/'%0D'}"
16
16
echo ::set-output name=body::$body
17
+ - name : Find Comment
18
+ uses : peter-evans/find-comment@v1
19
+ id : fc
20
+ with :
21
+ issue-number : ${{ github.event.number }}
22
+ comment-author : ${{ github.event.pull_request.user.login }}
17
23
- name : Update comment
18
24
# if: github.event.action == 'opened'
19
25
uses : peter-evans/create-or-update-comment@v1
20
26
env :
21
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
28
with :
23
- issue-number : ${{ github.event.number }}
29
+ comment-id : ${{ steps.fc.outputs.comment-id }}
24
30
body : ${{ steps.get-comment-body.outputs.body }}
25
31
edit-mode : append
26
32
enforce-checklist :
You can’t perform that action at this time.
0 commit comments