Skip to content

Commit

Permalink
add review pad
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanSeurat committed Jul 19, 2023
1 parent c34e0b6 commit cd5e146
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions reviewpad.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
workflows:
- name: My First Reviewpad Workflow
run:
- $addLabel("foo")

- name: Security Process When Modifying Authentication Layer
run:
- if: $hasFilePattern("**/boot/**")
then:
- $addLabel("security")
- $assignTeamReviewer(["Security"]) # This 'Security' team must exist in your GitHub Repository
- $commentOnce("The Security team has been involved because the authentication layer is touched")

0 comments on commit cd5e146

Please sign in to comment.