Skip to content

Change annotation cosmo-workspace.github.io/prune-disabled: true to cosmo-workspace.github.io/delete-policy: keep #377

Change annotation cosmo-workspace.github.io/prune-disabled: true to cosmo-workspace.github.io/delete-policy: keep

Change annotation cosmo-workspace.github.io/prune-disabled: true to cosmo-workspace.github.io/delete-policy: keep #377

name: Create Draft
on:
# on merge
pull_request:
types:
- closed
branches:
- main
# manual
workflow_dispatch:
jobs:
Release_drafter:
runs-on: ubuntu-latest
steps:
- name: Release drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}