0.30.1 #4
Workflow file for this run
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: Release Bot | |
on: | |
release: | |
types: [published] | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: billy1624/release-comment-on-pr@master | |
with: | |
token: ${{ github.token }} | |
message: | | |
### :tada: Released In [${releaseTag}](${releaseUrl}) :tada: | |
Thank you everyone for the contribution! | |
This feature is now available in the latest release. Now is a good time to upgrade! | |
Your participation is what makes us unique; your adoption is what drives us forward. | |
You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐. |