Skip to content

Commit

Permalink
fix: team name on reviewpad configuration (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Aug 18, 2023
1 parent 88e917f commit dcd788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviewpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflows:
- name: Request review from maintainers
run:
- if: $rule("First run state")
then: $addReviewers($getTeamMembers("atomic-23/24"))
then: $addReviewers($getTeamMembers("atomic-23-24"))

- name: Base message and summary
run:
Expand Down

0 comments on commit dcd788a

Please sign in to comment.