Skip to content

Creating a skeleton structure for ESM1.6 configuration docs #2

Creating a skeleton structure for ESM1.6 configuration docs

Creating a skeleton structure for ESM1.6 configuration docs #2

name: Delete PR preview comment
on:
pull_request:
types:
- closed
jobs:
# Delete PR preview comment
delete-pr-preview-comment:
name: Delete PR preview comment
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Remove PR preview comment
uses: access-nri/actions/.github/actions/comment@main
with:
delete: true
label: ${{ vars.PR_PREVIEW_COMMENT_LABEL }}