Skip to content

Commit 12e062d

Browse files
committed
Remove comment step from PR update workflow in fix-outdated-tools.yml
1 parent 2720ed5 commit 12e062d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/fix-outdated-tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,3 @@ jobs:
9494
This PR was automatically generated by the `fix-outdated-tools` workflow.
9595
Workflow run: [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
9696
delete-branch: true
97-
98-
- name: Comment on updated PR
99-
if: steps.cpr.outputs.pull-request-operation == 'update'
100-
uses: peter-evans/create-or-update-comment@v5
101-
with:
102-
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
103-
body: |
104-
🔄 This PR was automatically updated with new lockfile changes.
105-
Workflow run: [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 commit comments

Comments
 (0)