Github and git push --options #5600
Answered
by
makkes
emilbillberg
asked this question in
Q&A
-
|
According to the documentation it is possible to create a PR with the image update automation for Gitlab using git push options. I assume this is not possible to do for Github? I haven't seen in their docs that it is possible to use options flags when using push. Any workaround until Github would allow options to be passed in? |
Beta Was this translation helpful? Give feedback.
Answered by
makkes
Oct 24, 2025
Replies: 1 comment 1 reply
-
|
The usual way with GitHub is to use a GHA workflow. I'm not aware of GitHub supporting push options for this kind of task. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
emilbillberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usual way with GitHub is to use a GHA workflow. I'm not aware of GitHub supporting push options for this kind of task.