M.Yamashita
M.Yamashita
We found that it is not raised error from merge-branch action when target_branch and label_name are empty strings. When we set empty strings to the target_branch in yaml file and...
This PR is based on https://github.com/codecov/codecov-ruby/pull/78 The https://github.com/codecov/codecov-ruby/pull/78 PR did not have GitHub Actions support written in README. Therefore, we added GitHub Actions support.
#### :tophat: What? Why? When we deleted a registration type on a conference and went to the Admin activity log, we found a translation missing log in the log. It...
Hello, I read the code in the `reserve_with_scope_using_optimized_mysql` method and found the following code. https://github.com/collectiveidea/delayed_job_active_record/blob/d65b0f9900f5b0c78c341c7c0209c2d138d64ec5/lib/delayed/backend/active_record.rb#L148 We think that the return value of `ready_scope.limit(1)` is `ActiveRecord::Relation` and `ActiveRecord::Relation` has `update` method...