ci: delete comments by github-action[bot] (#8896)

This commit is contained in:
Muhammad Atif Ali
2023-08-04 06:55:38 +00:00
committed by GitHub
parent 2e45a0ffd7
commit b77d6b2c84
+7
View File
@@ -71,3 +71,10 @@ 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 }}