Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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+: [
Expand All @@ -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+: [
Expand All @@ -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: [
Expand Down