Skip to content

Merge pull request #4 from freestylejs/3-bug-typescript-strictnullche… #14

Merge pull request #4 from freestylejs/3-bug-typescript-strictnullche…

Merge pull request #4 from freestylejs/3-bug-typescript-strictnullche… #14

Workflow file for this run

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}