Skip to content

Refactor report and table API in anticipation of new features (#36) #54

Refactor report and table API in anticipation of new features (#36)

Refactor report and table API in anticipation of new features (#36) #54

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}