Bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 (#57860)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
if: github.event.pull_request.user.login != 'release-controller[bot]' && github.repository == 'github/docs-internal'
|
if: github.event.pull_request.user.login != 'release-controller[bot]' && github.repository == 'github/docs-internal'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
2
.github/workflows/dont-delete-assets.yml
vendored
2
.github/workflows/dont-delete-assets.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
if: ${{ steps.comment.outputs.markdown != '' }}
|
if: ${{ steps.comment.outputs.markdown != '' }}
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event.number }}
|
issue-number: ${{ github.event.number }}
|
||||||
|
|||||||
2
.github/workflows/dont-delete-features.yml
vendored
2
.github/workflows/dont-delete-features.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
if: ${{ steps.comment.outputs.markdown != '' }}
|
if: ${{ steps.comment.outputs.markdown != '' }}
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event.number }}
|
issue-number: ${{ github.event.number }}
|
||||||
|
|||||||
4
.github/workflows/needs-sme-workflow.yml
vendored
4
.github/workflows/needs-sme-workflow.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
if: ${{ steps.get-number.outputs.number != '' }}
|
if: ${{ steps.get-number.outputs.number != '' }}
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
||||||
issue-number: ${{ steps.get-number.outputs.number }}
|
issue-number: ${{ steps.get-number.outputs.number }}
|
||||||
|
|||||||
2
.github/workflows/readability.yml
vendored
2
.github/workflows/readability.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create or update readability comment
|
- name: Create or update readability comment
|
||||||
if: ${{ steps.changed_files.outputs.filtered_changed_files && steps.read_report.outputs.report }}
|
if: ${{ steps.changed_files.outputs.filtered_changed_files && steps.read_report.outputs.report }}
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}
|
issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}
|
||||||
|
|||||||
2
.github/workflows/review-comment.yml
vendored
2
.github/workflows/review-comment.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
||||||
run: npm run content-changes-table-comment
|
run: npm run content-changes-table-comment
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
comment-id: ${{ steps.findComment.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
|||||||
2
.github/workflows/site-policy-reminder.yml
vendored
2
.github/workflows/site-policy-reminder.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
github.repository == 'github/docs-internal'
|
github.repository == 'github/docs-internal'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
|
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user