Skip to content

Commit

Permalink
Fix params names
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 14, 2024
1 parent 368bcd4 commit f34d1a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/settings-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@ buffy:
- reviewers_assigned:
only: editors
command: reviewers assigned
add-labels:
add_labels:
- "3/reviewer(s)-assigned"
remove_labels:
- "2/seeking-reviewers"
- reviewers_are_in:
only: editors
command: reviews are in
add-labels:
add_labels:
- "4/review-in-awaiting-changes"
remove-labels:
remove_labels:
- "3/reviewer(s)-assigned"
- author_response_complete:
only: editors
command: author response complete
add-labels:
add_labels:
- "5/awaiting-reviewer-response"
remove-labels:
remove_labels:
- "4/review-in-awaiting-changes"
set_value:
- version:
Expand Down

1 comment on commit f34d1a3

@lwasser
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once again me and typos 🙃 i'll figure this out now that i can see logs. thank you @xuanxu

Please sign in to comment.