Skip to content

Add interactive watch command for running tests based on git status (#9) #11

Add interactive watch command for running tests based on git status (#9)

Add interactive watch command for running tests based on git status (#9) #11

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@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}