Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for specifying push options #577

Merged
merged 1 commit into from
Aug 23, 2023
Merged

add support for specifying push options #577

merged 1 commit into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. add support for specifying push options

    Add `.spec.git.push.options` to allow specifying the push options to be
    sent to the upstream Git server during a push operation. For more info,
    see: https://git-scm.com/docs/git-push#Documentation/git-push.txt---push-optionltoptiongt
    
    This is useful for platforms like GitLab when used with
    image-automation-controller by enabling the creation of MRs automatically
    upon a push operation (ref: https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-merge-requests)
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1dd0e63 View commit details
    Browse the repository at this point in the history