Replies: 1 comment
-
I am thinking that indirect templates is what will solve this issue (when implemented). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to ask everybody how you deal with setting up the GitHub repository settings when using the AL Go template.
Since there's a lot of settings that have to be configured for a new repository (such as merging strategies, ruleset, branches, etc), everyone usually asks me to handle the creation whenever it's necessary. I guess the one easy way could be to add a workflow that triggers when the repo is created for the first time. Depending on the organization settings, the repository might be missing the necessary permissions, however.
Another way could be to abandon using templates and use a workflow that creates a new repository instead, similar to the "Deploy"-workflow in this repository.
I don't remember seeing the guide mention anything about inheriting GitHub settings, and I'm sure it's something everyone here is dealing with, so how do you do it?
Beta Was this translation helpful? Give feedback.
All reactions