ci: remove deleting comments section from pr-cleanup.yaml (#9047)

This commit is contained in:
Muhammad Atif Ali
2023-08-11 15:43:37 +03:00
committed by GitHub
parent a13c8c88d5
commit 59fd4e86c9
-7
View File
@@ -71,10 +71,3 @@ jobs:
run: |
set -euxo pipefail
kubectl delete certificate "pr${{ steps.pr_number.outputs.PR_NUMBER }}-tls" -n pr-deployment-certs || echo "certificate not found"
- name: Delete PR Comments
uses: izhangzhihao/delete-comment@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_user_name: github-actions[bot]
issue_number: ${{ github.event.number }}