diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml new file mode 100644 index 00000000..8a7b51c4 --- /dev/null +++ b/.github/workflows/auto-comment.yml @@ -0,0 +1,10 @@ +name: Auto Comment on PRs +on: pull_request +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: bubkoo/auto-comment@v1.0.7 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pullRequestOpened: Thanks for contributing! Please make sure to bump the package version and document API changes as appropriate.