Setup postgres and docker #5
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: 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. |