From e673fcd3e8ac6de78703066ff5c4c29485b01699 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 6 Dec 2024 11:35:55 -0800 Subject: [PATCH] remove delete bot comments job in deploy previews action - not needed anymore --- .github/workflows/deploy-preview.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 06b6df5..f5fbb2a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -7,18 +7,6 @@ on: name: Quarto Deploy Preview jobs: - delete-bot-comments: - runs-on: ubuntu-latest - steps: - - name: pr-deleter - uses: maheshrayas/action-pr-comment-delete@v3.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - org: ${{ github.repository_owner }} - repo: ${{ github.event.repository.name }} - user: "github-actions[bot]" - issue: ${{ github.event.number }} - build-deploy-preview: # Deploy a preview only if # - the event is a PR