Use of Gitlab api for issue and merge request templates retrieval. #472
leifwar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation of
forge--topic-template
forforge-gitlab-repository
use local files under.gitlab
(issues_templates & merge_requests_templates
) folder on the main branch. Gitlab provides an api to extract this information directly from the server, where the main benefit for the Gitlab users would be support for group-level file templates.I've tested the following implementation and it seems to work (I can create a pull if this is of interest?):
I see that github also have organization level templates though I've not been able to find an api to retrieve these.
Beta Was this translation helpful? Give feedback.
All reactions