Skip to content

Merge branch 'HibiKier:main' into main #1

Merge branch 'HibiKier:main' into main

Merge branch 'HibiKier:main' into main #1

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update Release Draft
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}