Skip to content

Commit

Permalink
Update settings for JuliaCon
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 11, 2024
1 parent 5716aa9 commit c2d3c7f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions config/settings-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buffy:
reviewers_host_url: <%= ENV['REVIEWERS_HOST_URL'] %>
reviewers_api_token: <%= ENV['REVIEWERS_API_TOKEN'] %>
teams:
editors: openjournals/joss-editors
eics: openjournals/joss-eics
editors: JuliaCon/editors
eics: JuliaCon/eics
responders:
help:
- commands:
Expand All @@ -32,16 +32,16 @@ buffy:
add_as_assignee: true
list_team_members:
command: list editors
team_id: openjournals/joss-editors
heading: List of JOSS editors
team_id: JuliaCon/editors
heading: List of JuliaCon editors
description: "Get a list of all editors's GitHub handles"
assign_editor:
only: editors
external_call:
url: "https://joss.theoj.org/papers/api_assign_editor"
url: "https://proceedings.juliacon.org/papers/api_assign_editor"
method: post
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
secret: <%= ENV['JULIACON_SECRET'] %>
mapping:
id: issue_id
editor: editor
Expand All @@ -63,16 +63,16 @@ buffy:
only: editors
sample_value: "v1.0.0"
- branch:
sample_value: "joss-paper"
sample_value: "juliacon-paper"
- target-repository:
only: editors
sample_value: "https://github.com/organization/repo"
aliased_as: repository
external_call:
url: "https://joss.theoj.org/papers/api_update_paper_info"
url: "https://proceedings.juliacon.org/papers/api_update_paper_info"
method: post
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
secret: <%= ENV['JULIACON_SECRET'] %>
mapping:
id: issue_id
repository_url: new_value
Expand All @@ -86,9 +86,9 @@ buffy:
only: eics
command: reject
description: "Reject paper"
url: "https://joss.theoj.org/papers/api_reject"
url: "https://proceedings.juliacon.org/papers/api_reject"
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
secret: <%= ENV['JULIACON_SECRET'] %>
mapping:
id: issue_id
add_labels:
Expand All @@ -100,9 +100,9 @@ buffy:
only: eics
command: withdraw
description: "Withdraw paper"
url: "https://joss.theoj.org/papers/api_withdraw"
url: "https://proceedings.juliacon.org/papers/api_withdraw"
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
secret: <%= ENV['JULIACON_SECRET'] %>
mapping:
id: issue_id
add_labels:
Expand All @@ -114,9 +114,9 @@ buffy:
only: eics
command: "invite @(.*) as editor"
description: "Invite an editor to edit a submission (sending them an email)"
url: "https://joss.theoj.org/papers/api_editor_invite"
url: "https://proceedings.juliacon.org/papers/api_editor_invite"
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
secret: <%= ENV['JULIACON_SECRET'] %>
mapping:
id: issue_id
editor: match_data_1
Expand All @@ -125,7 +125,7 @@ buffy:
github_action:
- checks:
command: check repository
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: checks.yml
workflow_ref: master
description: "Run checks and provide information on the repository and the paper file"
Expand All @@ -137,7 +137,7 @@ buffy:
repository_url: target-repository
- references:
command: check references
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: references.yml
workflow_ref: master
description: "Check the references of the paper for missing DOIs"
Expand All @@ -149,7 +149,7 @@ buffy:
repository_url: target-repository
- draft_paper:
command: generate pdf
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: draft-paper.yml
workflow_ref: master
description: Generates the pdf paper
Expand All @@ -167,7 +167,7 @@ buffy:
reject_msg: "Paper is not ready for acceptance yet, the archive is missing"
only: editors
command: recommend-accept
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: recommend-acceptance.yml
workflow_ref: master
description: Recommends the submission for acceptance
Expand All @@ -190,7 +190,7 @@ buffy:
reject_msg: "Paper is not ready for acceptance yet, the archive is missing"
only: eics
command: accept
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: accept.yml
workflow_ref: master
description: Accept and publish the paper
Expand All @@ -210,7 +210,7 @@ buffy:
reject_msg: "Can't rebuild paper, there's no value for archive"
only: eics
command: reaccept
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: reaccept.yml
workflow_ref: master
description: Update data on an accepted/published paper
Expand All @@ -223,7 +223,7 @@ buffy:
repository_url: target-repository
- preprint:
command: generate preprint
workflow_repo: openjournals/joss-papers
workflow_repo: JuliaCon/proceedings-papers
workflow_name: preprint.yml
workflow_ref: master
description: Generates a LaTeX preprint file
Expand Down Expand Up @@ -295,7 +295,7 @@ buffy:
external_start_review:
only: editors
external_call:
url: "https://joss.theoj.org/papers/api_start_review"
url: "https://proceedings.juliacon.org/papers/api_start_review"
query_params:
secret: <%= ENV['JOSS_SECRET'] %>
data_from_issue:
Expand Down

0 comments on commit c2d3c7f

Please sign in to comment.