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

chore(otterdog): updating configuration due to blueprint add-dot-github-repo #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eclipse-otterdog[bot]
Copy link

This PR has been created automatically by Otterdog due to the following blueprint: Ensures that a .github repo is present in the GitHub organization..

This will add a .github repository for the project. Such a repository is useful to define some defaults for all repositories
within a GitHub organization or share common reusable workflows. There is no restriction wrt settings to this repository, this blueprint
will only check for the existence of such a repository and it can be modified as usual.

@eclipse-otterdog eclipse-otterdog bot requested a review from a team as a code owner December 10, 2024 14:00
@eclipse-otterdog eclipse-otterdog bot requested review from a team December 10, 2024 14:00
Copy link
Author

This is your friendly self-service bot.

Thank you for raising a pull request to update the configuration of your GitHub organization.
You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to fulfilled for auto-merging to be available:

  • valid configuration
  • approved by a project lead
  • does not require any secrets
  • does not update settings only accessible via the GitHub Web UI
  • does not remove any resource
Otterdog commands and options

You can trigger otterdog actions by commenting on this PR:

  • /otterdog team-info checks the team / org membership for the PR author
  • /otterdog validate validates the configuration change
  • /otterdog validate info validates the configuration change, printing also validation infos
  • /otterdog check-sync checks if the base ref is in sync with live settings
  • /otterdog merge merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author)
  • /otterdog done notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team)
  • /otterdog apply re-apply a previously failed attempt (only accessible for members of the admin team)

Copy link
Author

This is your friendly self-service bot.

The author (eclipse-otterdog[bot]) of this PR is associated with this organization in the role of NONE.

Copy link
Author

This is your friendly self-service bot.
Please find below the validation of the requested configuration changes:

Diff for 54dad19
Project iot.hawkbit[github_id=eclipse-hawkbit]
  there have been 15 validation infos, enable verbose output to display them.

+  add repository[name=".github"] {
+    allow_auto_merge                  = false
+    allow_forking                     = true
+    allow_merge_commit                = false
+    allow_rebase_merge                = true
+    allow_squash_merge                = true
+    allow_update_branch               = true
+    archived                          = false
+    auto_init                         = true
+    code_scanning_default_setup_enabled = false
+    custom_properties                 = {}
+    default_branch                    = "main"
+    delete_branch_on_merge            = true
+    dependabot_alerts_enabled         = true
+    dependabot_security_updates_enabled = false
+    gh_pages_build_type               = "disabled"
+    has_discussions                   = false
+    has_issues                        = true
+    has_projects                      = true
+    has_wiki                          = true
+    is_template                       = false
+    merge_commit_message              = "PR_TITLE"
+    merge_commit_title                = "MERGE_MESSAGE"
+    name                              = ".github"
+    private                           = false
+    private_vulnerability_reporting_enabled = false
+    secret_scanning                   = "enabled"
+    secret_scanning_push_protection   = "enabled"
+    squash_merge_commit_message       = "COMMIT_MESSAGES"
+    squash_merge_commit_title         = "COMMIT_OR_PR_TITLE"
+    topics                            = []
+    web_commit_signoff_required       = true
+  }

+  add repo_workflow_settings[repository=.github] {
+    enabled                           = true
+  }
  
  Plan: 2 to add, 0 to change, 0 to delete.

Copy link
Author

This is your friendly self-service bot. The current configuration is in-sync with the live settings. 🚀

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.

0 participants