Merge pull request #630 from canton7/bugfix/h3-pro-fixes #292
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Draft a release note | |
on: | |
push: | |
branches: | |
- main | |
- master | |
jobs: | |
draft_release: | |
name: Release Drafter | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run release-drafter | |
uses: release-drafter/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |