Skip to content

Commit

Permalink
ci: add Reviewpad action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosousa committed Aug 30, 2022
1 parent cb8dfc3 commit a302272
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/reviewpad.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Reviewpad

on:
issues:
types:
- opened
- edited
pull_request_target:
types:
- opened
- synchronize
- edited
- review_requested
- review_request_removed
pull_request_review:
pull_request_review_comment:

jobs:
reviewpad_job:
runs-on: ubuntu-latest
name: Reviewpad
steps:
# Run Reviewpad on all new Issues and Pull Requests! 🦄
- name: Reviewpad
uses: reviewpad/action@v3.x
with:
# Uses a default Reviewpad configuration file to get your started.
# For customization and documentation, see https://github.com/reviewpad/action
file_url: https://github.com/reviewpad/action/blob/main/templates/start.yml

0 comments on commit a302272

Please sign in to comment.