File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 body-includes : ' <!-- MODIFIED_CONTENT_LINKING_COMMENT -->'
8484
8585 - name : Update comment
86- uses : peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
86+ uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
8787 with :
8888 comment-id : ${{ steps.findComment.outputs.comment-id }}
8989 issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 1919 if : ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'issues') }}
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
22+ - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
2323 with :
2424 issue-number : ${{ github.event.issue.number }}
2525 body : |
2929 if : ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'pull_request_target') }}
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
32+ - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
3333 with :
3434 issue-number : ${{ github.event.pull_request.number }}
3535 body : |
Original file line number Diff line number Diff line change 1919 github.repository == 'github/docs-internal'
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
22+ - uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.API_TOKEN_SITEPOLICY }}
2525 with :
You can’t perform that action at this time.
0 commit comments