Skip to content

feat(headless): add a way to disable/enable the generated answer controller #384

feat(headless): add a way to disable/enable the generated answer controller

feat(headless): add a way to disable/enable the generated answer controller #384

name: 'Delete PR artifact on merge'
on:
pull_request:
types: [closed]
jobs:
delete:
environment: PR Artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/publish-pr-review-site
with:
token: ${{ secrets.GH_PUBLISH_TOKEN }}