Skip to content

Propagate push options to /allowed Rails request

Igor Drozdov requested to merge id-propagate-push-options-to-allowed into master

Overview

The following issues request support for skipping particular push checks via specifying a push option:

Currently, push options are available in Rails on post-receive step only. This MR propagates push options on pre-receive/allowed check.

Edited by Igor Drozdov

Merge request reports