Skip to content

Commit

Permalink
remove delete bot comments job in deploy previews action - not needed…
Browse files Browse the repository at this point in the history
… anymore
  • Loading branch information
sckott committed Dec 6, 2024
1 parent e5febbf commit e673fcd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ on:
name: Quarto Deploy Preview

jobs:
delete-bot-comments:
runs-on: ubuntu-latest
steps:
- name: pr-deleter
uses: maheshrayas/[email protected]
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
Expand Down

0 comments on commit e673fcd

Please sign in to comment.