We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2720ed5 commit 12e062dCopy full SHA for 12e062d
1 file changed
.github/workflows/fix-outdated-tools.yml
@@ -94,12 +94,3 @@ jobs:
94
This PR was automatically generated by the `fix-outdated-tools` workflow.
95
Workflow run: [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
96
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