Skip to content

Instantly share code, notes, and snippets.

@ozantunca
Created January 10, 2020 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozantunca/db819eb0023c4f273d214d8fa5b89631 to your computer and use it in GitHub Desktop.
Save ozantunca/db819eb0023c4f273d214d8fa5b89631 to your computer and use it in GitHub Desktop.
name: Auto PR Review
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: omio-labs/pr-reviewer-bot@v1
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment