From 388bbe1af44fe23cc79f5ff81e06c0d0aa674aa3 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 24 Jun 2026 10:22:38 +0200 Subject: [PATCH 1/2] change strict check rules Signed-off-by: Ege Korkan --- otterdog/eclipse-thingweb.jsonnet | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index 43137e7..40aa087 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -436,13 +436,13 @@ orgs.newOrg('iot.thingweb', 'eclipse-thingweb') { default_branch: "develop", delete_branch_on_merge: false, dependabot_security_updates_enabled: true, - description: "wotpy is an experimental asynchronous implementation of a W3C Web of Things runtime", + description: "A WoT runtime in Python for Thing and Consumer applications", gh_pages_build_type: "legacy", gh_pages_source_branch: "gh-pages", gh_pages_source_path: "/", has_projects: false, has_wiki: false, - homepage: "", + homepage: "https://thingweb.io", secret_scanning: "disabled", secret_scanning_push_protection: "disabled", topics+: [ @@ -484,10 +484,11 @@ orgs.newOrg('iot.thingweb', 'eclipse-thingweb') { orgs.newBranchProtectionRule('develop') { required_approving_review_count: 1, required_status_checks+: [ - "call-python-310-testing / python-testing", - "call-python-37-testing / python-testing", - "call-python-38-testing / python-testing", - "call-python-39-testing / python-testing" + "Run Pytest tests in multiple Python versions / test (3.12)", + "Run Pytest tests in multiple Python versions / test (3.11)", + "Run Pytest tests in multiple Python versions / test (3.10)", + "Run Pytest tests in multiple Python versions / test (3.9)", + "Run Pytest tests in multiple Python versions / test (3.8)", ], requires_strict_status_checks: true, }, From fc8dd21a2ad37a195c239b79dc0a5b2734575266 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 26 Jun 2026 11:25:16 +0200 Subject: [PATCH 2/2] Remove Travis CI webhook and status checks Removed webhook for Travis CI and status checks for multiple Python versions. Signed-off-by: Ege Korkan --- otterdog/eclipse-thingweb.jsonnet | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index 40aa087..142a0ff 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -457,18 +457,6 @@ orgs.newOrg('iot.thingweb', 'eclipse-thingweb') { default_workflow_permissions: "write", }, webhooks: [ - orgs.newRepoWebhook('https://notify.travis-ci.org') { - events+: [ - "create", - "delete", - "issue_comment", - "member", - "public", - "pull_request", - "push", - "repository" - ], - }, orgs.newRepoWebhook('https://readthedocs.org/api/v2/webhook/wot-py/105745/') { content_type: "json", events+: [ @@ -483,14 +471,6 @@ orgs.newOrg('iot.thingweb', 'eclipse-thingweb') { branch_protection_rules: [ orgs.newBranchProtectionRule('develop') { required_approving_review_count: 1, - required_status_checks+: [ - "Run Pytest tests in multiple Python versions / test (3.12)", - "Run Pytest tests in multiple Python versions / test (3.11)", - "Run Pytest tests in multiple Python versions / test (3.10)", - "Run Pytest tests in multiple Python versions / test (3.9)", - "Run Pytest tests in multiple Python versions / test (3.8)", - ], - requires_strict_status_checks: true, }, ], environments: [