eclipse-tractusx / .eclipsefdn

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

Test PR #1

Closed netomi closed 1 year ago

github-actions[bot] commented 1 year ago
Diff for 88cc3f59b1e2b4adae955800b24eb9e11cddb31c: ```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] ! settings { ! description = "" -> "Lets give the org some description" } Plan: 0 to add, 1 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] ```
github-actions[bot] commented 1 year ago
Diff for 39c45a0efe6470b341b3247f0b6692e1a07bc5c0: ```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] ! settings { ! description = "" -> "Lets give the org some description" } + new repo[name="test-repo"] { + allow_auto_merge = False + allow_forking = True + allow_merge_commit = True + allow_rebase_merge = True + allow_squash_merge = True + allow_update_branch = True + archived = False + default_branch = "main" + delete_branch_on_merge = False + dependabot_alerts_enabled = True + description = None + has_issues = True + has_projects = True + has_wiki = True + homepage = None + is_template = False + merge_commit_message = "PR_TITLE" + merge_commit_title = "MERGE_MESSAGE" + name = "test-repo" + private = False + secret_scanning = "enabled" + secret_scanning_push_protection = "enabled" + squash_merge_commit_message = "COMMIT_MESSAGES" + squash_merge_commit_title = "COMMIT_OR_PR_TITLE" + template_repository = None + topics = [] + web_commit_signoff_required = True } Plan: 1 to add, 1 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 @@ -337,6 +337,8 @@ secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, }, + orgs.newRepo('test-repo') { + }, orgs.newRepo('testdata-provider') { allow_update_branch: false, description: "Testdata Provider", @@ -380,8 +382,6 @@ allow_update_branch: false, secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, - }, - orgs.newRepo('test-repo') { }, orgs.newRepo('tractusx-quality-checks') { allow_update_branch: false, ```