Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new eclipse-oniro4openharmony.github.io for GitHub pages #4

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

Stefan-Schmidt
Copy link
Contributor

The new GitHub pages repo will be used to hold the project documentation.

The new GitHub pages repo will be used to hold the project
documentation.

Signed-off-by: Stefan Schmidt <[email protected]>
@Stefan-Schmidt Stefan-Schmidt requested review from a team as code owners November 3, 2023 16:28

This comment has been minimized.

Copy link

github-actions bot commented Nov 3, 2023

Diff for cc35cf5:
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-oniro4openharmony[id=eclipse-oniro4openharmony]

+   add repository[name="eclipse-oniro4openharmony.github.io"] {
+     allow_auto_merge                                         = true
+     allow_forking                                            = true
+     allow_merge_commit                                       = false
+     allow_rebase_merge                                       = true
+     allow_squash_merge                                       = true
+     allow_update_branch                                      = false
+     archived                                                 = false
+     default_branch                                           = "main"
+     delete_branch_on_merge                                   = true
+     dependabot_alerts_enabled                                = true
+     dependabot_security_updates_enabled                      = false
+     description                                              = null
+     gh_pages_build_type                                      = "legacy"
+     gh_pages_source_branch                                   = "main"
+     gh_pages_source_path                                     = "/"
+     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                                                     = "eclipse-oniro4openharmony.github.io"
+     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                                      = null
+     topics                                                   = []
+     web_commit_signoff_required                              = true
+   }

+   add repo_workflow_settings[repository="eclipse-oniro4openharmony.github.io"] {
+     actions_can_approve_pull_request_reviews                 = true
+     allowed_actions                                          = "all"
+     default_workflow_permissions                             = "read"
+     enabled                                                  = true
+   }

+   add environment[name="github-pages", repository="eclipse-oniro4openharmony.github.io"] {
+     branch_policies                                          = [
+       "main"
+     ],
+     deployment_branch_policy                                 = "selected"
+     name                                                     = "github-pages"
+     reviewers                                                = []
+     wait_timer                                               = "0"
+   }
  
  Plan: 3 to add, 0 to change, 0 to delete.
Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json'

Organization eclipse-oniro4openharmony[id=eclipse-oniro4openharmony]
--- original
+++ canonical
@@ -11,6 +11,8 @@
     orgs.newRepo('eclipse-oniro4openharmony.github.io') {
       allow_auto_merge: true
       allow_update_branch: false
+      auto_init: false
+      delete_branch_on_merge: true
       environments: [
         orgs.newEnvironment('github-pages') {
           branch_policies+: [
@@ -22,6 +24,7 @@
       gh_pages_build_type: "legacy"
       gh_pages_source_branch: "main"
       gh_pages_source_path: "/"
+      web_commit_signoff_required: true
     }
     orgs.newRepo('manifest') {
       allow_auto_merge: true

@netomi netomi merged commit 9e6c23c into eclipse-oniro4openharmony:main Nov 3, 2023
@netomi
Copy link
Member

netomi commented Nov 3, 2023

repo has been created, I had to initialize it with a readme to finish the GH Pages config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants