File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
- name : Update comment
86
86
if : ${{ steps.changes.outputs.changesTable != '' }}
87
- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
87
+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
88
88
with :
89
89
comment-id : ${{ steps.findComment.outputs.comment-id }}
90
90
issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 19
19
if : ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'issues') }}
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
22
+ - uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
23
23
with :
24
24
issue-number : ${{ github.event.issue.number }}
25
25
body : |
29
29
if : ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'pull_request_target') }}
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
32
+ - uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
33
33
with :
34
34
issue-number : ${{ github.event.pull_request.number }}
35
35
body : |
Original file line number Diff line number Diff line change 51
51
52
52
- name : Update comment
53
53
if : ${{ steps.get-number.outputs.number != '' }}
54
- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
54
+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
55
55
with :
56
56
comment-id : ${{ steps.findComment.outputs.comment-id }}
57
57
issue-number : ${{ steps.get-number.outputs.number }}
Original file line number Diff line number Diff line change 19
19
github.repository == 'github/docs-internal'
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
22
+ - uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.API_TOKEN_SITEPOLICY }}
25
25
with :
You can’t perform that action at this time.
0 commit comments