We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2a54e commit a178526Copy full SHA for a178526
config/settings-production.yml
@@ -3,11 +3,9 @@ buffy:
3
bot_github_user: <%= ENV['BUFFY_BOT_GH_USER'] %>
4
gh_access_token: <%= ENV['BUFFY_GH_ACCESS_TOKEN'] %>
5
gh_secret_token: <%= ENV['BUFFY_GH_SECRET_TOKEN'] %>
6
- reviewers_host_url: <%= ENV['REVIEWERS_HOST_URL'] %>
7
- reviewers_api_token: <%= ENV['REVIEWERS_API_TOKEN'] %>
8
teams:
9
- editors: 1474888
10
- eics: 1415509
+ editors: ReScience/editors
+ eics: ReScience/associate-editors
11
responders:
12
help:
13
- commands:
@@ -50,7 +48,7 @@ buffy:
50
48
only:
51
49
- editors
52
- eics
53
- sample_value: "10.21105/joss.12345"
+ sample_value: "10.21105/ReScienceC.12345"
54
close_issue_command:
55
56
0 commit comments