Skip to content

Commit

Permalink
fix: tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Aug 20, 2023
1 parent e07d0e6 commit 0c2bb6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reviewpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ workflows:
- if: $rule("Open PR state")
then:
- forEach:
key: $filePattern
value: $label
in: $dictionary("Label per file path")
do:
- if: $containsFilePattern($filePattern)
then:
- $addLabel($label)
key: $filePattern
value: $label
in: $dictionary("Label per file path")
do:
- if: $containsFilePattern($filePattern)
then:
- $addLabel($label)

- name: Request review from maintainers
run:
Expand Down

0 comments on commit 0c2bb6f

Please sign in to comment.