Skip to content

Commit 59fd4e8

Browse files
authored
ci: remove deleting comments section from pr-cleanup.yaml (#9047)
1 parent a13c8c8 commit 59fd4e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pr-cleanup.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,3 @@ jobs:
7171
run: |
7272
set -euxo pipefail
7373
kubectl delete certificate "pr${{ steps.pr_number.outputs.PR_NUMBER }}-tls" -n pr-deployment-certs || echo "certificate not found"
74-
75-
- name: Delete PR Comments
76-
uses: izhangzhihao/delete-comment@master
77-
with:
78-
github_token: ${{ secrets.GITHUB_TOKEN }}
79-
delete_user_name: github-actions[bot]
80-
issue_number: ${{ github.event.number }}

0 commit comments

Comments
 (0)