Skip to content

GitHub Actions: Use Composer Normalize workflow v2 (#20) #24

GitHub Actions: Use Composer Normalize workflow v2 (#20)

GitHub Actions: Use Composer Normalize workflow v2 (#20) #24

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
release-drafter:
uses: typisttech/.github/.github/workflows/release-drafter.yml@v2
permissions:
contents: write
pull-requests: read