Skip to content

Refactor MerchStoreService + Misc. Bug Fixes #919

Refactor MerchStoreService + Misc. Bug Fixes

Refactor MerchStoreService + Misc. Bug Fixes #919

Workflow file for this run

name: Auto Comment on PRs
on: pull_request
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestOpened: |
Thanks for contributing!
If you've made changes to the API's functionality, please make sure to bump the package
version—see [this guide to semantic versioning](https://semver.org/) for details—and
document those changes as appropriate.