Skip to content

Conversation

@sebthom
Copy link
Member

@sebthom sebthom commented Nov 7, 2025

Removed outdated webhooks, updated topics, disabled unused project/wiki features for the wildwebdeveloper repository.

Removed outdated webhooks, updated topics, disabled unused project/wiki features for the wildwebdeveloper repository.

Signed-off-by: Sebastian Thomschke <[email protected]>
@sebthom sebthom requested a review from a team as a code owner November 7, 2025 18:18
@eclipse-otterdog
Copy link
Contributor

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)

@eclipse-otterdog
Copy link
Contributor

The author (sebthom) of this PR is associated with this organization in the role of MEMBER.

Additionally, sebthom is a member of the following teams:

@eclipse-otterdog
Copy link
Contributor

Please find below the validation of the requested configuration changes:

Diff for da65c0f
Project tools.wildwebdeveloper[github_id=eclipse-wildwebdeveloper]

+  add org_webhook[url="https://ci.eclipse.org/wildwebdeveloper/github-webhook/"] {
+    active       = true
+    content_type = "json"
+    events       = [
+      "pull_request"
+      "push"
+    ],
+    insecure_ssl = "0"
+  }

  
!   repository[name="wildwebdeveloper"] {
!     has_projects                = true -> false
!     has_wiki                    = true -> false
!     squash_merge_commit_message = "COMMIT_MESSAGES" -> "PR_BODY"
!     squash_merge_commit_title   = "COMMIT_OR_PR_TITLE" -> "PR_TITLE"
!     topics                      = [
+      "eclipse"
+      "eclipse-plugin"
+      "java"
!     ]
!   }

-  remove repo_webhook[url="https://notify.travis-ci.org", repository=wildwebdeveloper] {
-    active       = true
-    content_type = "form"
-    events       = [
-      "create"
-      "delete"
-      "issue_comment"
-      "member"
-      "public"
-      "pull_request"
-      "push"
-      "repository"
-    ],
-    insecure_ssl = "0"
-    secret       = null
-  }
  
  Plan: 1 to add, 5 to change, 1 to delete.

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.

1 participant