Skip to content

Update mcr.microsoft.com/devcontainers/javascript-node:4-20-bookworm Docker digest to fbe82d0 #15643

Update mcr.microsoft.com/devcontainers/javascript-node:4-20-bookworm Docker digest to fbe82d0

Update mcr.microsoft.com/devcontainers/javascript-node:4-20-bookworm Docker digest to fbe82d0 #15643

name: Remove Canceled Deploy Previews
on:
issue_comment:
types: [created, edited]
jobs:
cleanup:
if: github.event.comment.user.login == 'netlify[bot]' && contains(github.event.comment.body, 'Deploy Preview for') && contains(github.event.comment.body, 'canceled.')
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
github.rest.issues.deleteComment({
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: context.payload.comment.id
})