Skip to content

Intermediate commit that includes a lot of refactoring as part of per… #217

Intermediate commit that includes a lot of refactoring as part of per…

Intermediate commit that includes a lot of refactoring as part of per… #217

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}