forked from openjournals/buffy
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
@xuanxu We had a recent glitch where this request let to these lines:
buffy/app/workers/ropensci/approved_package_worker.rb
Lines 30 to 32 in 20c5ac6
| def finalize_transfer | |
| org_team_name = "#{params.package_name}" | |
| org_team_name = "ropensci/#{org_team_name}" unless org_team_name.start_with?("ropensci/") |
receiving a
params.pkg_name value of partialling_out instead of partialling.out. The event_regex accepts the dot okay:| @event_regex = /\A@#{bot_name} (finalize|finalise) transfer of ([\/\w-]+)?\.?\s*\z/i |
So I can't find where this might be going wrong? Any help would be appreciated! Ping @maelle
Metadata
Metadata
Assignees
Labels
No labels