This repository was archived by the owner on Oct 10, 2025. It is now read-only.
feat: add Modica Group SMS provider support (#676) #170
This file contains hidden or 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 drafter" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
# draft your next release notes as pull requests are merged into "master" | |
# the configuration is at /.github/release-drafter.yml. | |
update_release_draft: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: release-drafter/release-drafter@v6 | |
with: | |
config-name: release-drafter.yml | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |