Skip to content

Commit b77d6b2

Browse files
authored
ci: delete comments by github-action[bot] (#8896)
1 parent 2e45a0f commit b77d6b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-cleanup.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ 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)