mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: remove deleting comments section from pr-cleanup.yaml (#9047)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user