We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e45a0f commit b77d6b2Copy full SHA for b77d6b2
.github/workflows/pr-cleanup.yaml
@@ -71,3 +71,10 @@ jobs:
71
run: |
72
set -euxo pipefail
73
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