We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cb9da commit 9e61de4Copy full SHA for 9e61de4
.github/workflows/pr-metadata-docs-and-deps.yml
@@ -196,6 +196,7 @@ jobs:
196
body-includes: '## 📚 Documentation Check Results'
197
- name: Delete existing docs comment
198
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
199
+ if: steps.find-comment.outputs.comment-id != ''
200
with:
201
script: |
202
github.rest.issues.deleteComment({
@@ -379,6 +380,7 @@ jobs:
379
380
body-includes: '## 🔒 Cargo Deny Results'
381
- name: Delete existing dependency check comment
382
383
384
385
386
0 commit comments