Skip to content

Commit

Permalink
Auto-comment reminder to bump package version on PRs (acmucsd#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-bansal committed Mar 14, 2021
1 parent 9e0f584 commit 5f4e700
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Auto Comment on PRs
on: pull_request
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestOpened: Thanks for contributing! Please make sure to bump the package version and document API changes as appropriate.

0 comments on commit 5f4e700

Please sign in to comment.