-
Hey everyone. I tried to create a small wrapper function for myself, to create GitLab merge requests on our private instance. Everything works so far, but I'm failing to wrap my code around It looks like a call to How would I implement something like: (create-mr) ; which already works
(forge-pull) ; fetch the newly created merge request
(do-something-with-the-mr) ; which will currently fail since the `forge-pull` is not done |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can advise |
Beta Was this translation helpful? Give feedback.
You can advise
forge--git-fetch
for this purpose, it is called after fetching api data. I might add a hook to that eventually, but am too busy right now, to make any design decisions. (I plan to do some refactoring in this area, soonish, and don't want to complicate that with any hasty decisions, I cannot back out anymore.)