Skip to content

Commit

Permalink
add: basic commands (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Mar 19, 2024
1 parent 0d79fc9 commit 022523b
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions config/settings-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ buffy:
add_labels:
- "0/pre-review-checks"
add_as_assignee: true
- editor_response:
only: editors
command: editor response
description: Post the editor response template
template_file: editor_response.md
data_from_issue:
- reviewers-list
- author-handle
add_as_assignee: true
- package_accepted:
only: editors
command: package accepted
template_file: package_accepted_template.md
data_from_issue:
- package-name
list_team_members:
command: list editors
team_id: 6762239
Expand All @@ -47,20 +62,6 @@ buffy:
only: editors
sample_value: "@reviewer-login"
add_as_assignee: false
add_remove_checklist:
- editor_response:
only: editors
command: editor response
template_file: editor_response.md
data_from_issue:
- reviewers-list
- author-handle
- package_accepted:
only: editors
command: package accepted
template_file: package_accepted_template.md
data_from_issue:
- package-name
label_command:
- seeking_reviewers:
only: editors
Expand Down

0 comments on commit 022523b

Please sign in to comment.