diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index 43137e7..142a0ff 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+: [ @@ -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,13 +471,6 @@ orgs.newOrg('iot.thingweb', 'eclipse-thingweb') { branch_protection_rules: [ 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" - ], - requires_strict_status_checks: true, }, ], environments: [