eclipse-tractusx / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-tractusx.github.io/.eclipsefdn/
1 stars 15 forks source link

chore: add new repository #27

Closed carslen closed 11 months ago

carslen commented 11 months ago

add new repository knowledge-agents-aas-bridge to eclipse-tractusx GH org as requested in eclipse-tractusx/sig-infra#240

github-actions[bot] commented 11 months ago
Diff for 5ae319a27307747112880b89139b4825280546b5: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] there have been 39 validation infos, enable verbose output with '-v' to to display them. + add repository[name="knowledge-agents-aas-bridge"] { + allow_auto_merge = false + allow_forking = true + allow_merge_commit = true + allow_rebase_merge = true + allow_squash_merge = true + allow_update_branch = false + archived = false + default_branch = "main" + delete_branch_on_merge = false + dependabot_alerts_enabled = true + dependabot_security_updates_enabled = false + description = null + gh_pages_build_type = "disabled" + has_discussions = false + has_issues = true + has_projects = true + has_wiki = true + homepage = null + is_template = false + merge_commit_message = "PR_TITLE" + merge_commit_title = "MERGE_MESSAGE" + name = "knowledge-agents-aas-bridge" + private = false + secret_scanning = "enabled" + secret_scanning_push_protection = "disabled" + squash_merge_commit_message = "COMMIT_MESSAGES" + squash_merge_commit_title = "COMMIT_OR_PR_TITLE" + template_repository = null + topics = [] + web_commit_signoff_required = false + } Plan: 1 to add, 0 to change, 0 to delete. ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] --- original +++ canonical @@ -434,13 +434,17 @@ web_commit_signoff_required: false } orgs.newRepo('puris-backend') { + allow_update_branch: false archived: true description: "puris-backend" + secret_scanning_push_protection: "disabled" web_commit_signoff_required: false } orgs.newRepo('puris-frontend') { + allow_update_branch: false archived: true description: "puris-frontend" + secret_scanning_push_protection: "disabled" web_commit_signoff_required: false } orgs.newRepo('sd-factory') { ```
netomi commented 11 months ago

LGTM, just to clarify is the new process that requests are first created in sig-infra and once approved a PR is created here by a system engineer? Is there a list of people who will create PRs so that we can streamline that, e.g. create a new team that we can use for fast approval?

carslen commented 11 months ago

We're working on it to get a documeted process here, but it's not yet finished. Unfortunately, there is no public available list for current sig-infra/System-Team members.

netomi commented 11 months ago

ok I will approve for now. Keep me updated on the document. I would be happy to implement a custom approval process for each project to fit their needs to make this tool as useful as posssible.

netomi commented 11 months ago

repo has been created. I might take 1-2 hours for the permissions to be set correctly.