Skip to content

Commit

Permalink
Adding .github repository (#3)
Browse files Browse the repository at this point in the history
* project: add .github repo

Signed-off-by: Ege Korkan <[email protected]>

* project: remove dependabot from .github repo

Signed-off-by: Ege Korkan <[email protected]>

* project: change discussion settings and description, add email

Signed-off-by: Ege Korkan <[email protected]>

* Correctly quote string.

Signed-off-by: Thomas Neidhart <[email protected]>

* Add missing comma.

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Ege Korkan <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
egekorkan and netomi authored Aug 4, 2023
1 parent 67ebb9f commit 5106169
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orgs.newOrg('eclipse-thingweb') {
default_repository_permission: "none",
default_workflow_permissions: "write",
dependabot_security_updates_enabled_for_new_repositories: false,
description: "",
description: "Components for making IoT solutions interoperable at scale by leveraging the W3C WoT standards, no matter if improving an existing solution or building a new one",
members_can_change_project_visibility: false,
members_can_change_repo_visibility: true,
members_can_delete_repositories: true,
Expand All @@ -15,8 +15,23 @@ orgs.newOrg('eclipse-thingweb') {
readers_can_create_discussions: true,
two_factor_requirement: false,
web_commit_signoff_required: false,
has_discussions: true,
discussion_source_repository: ".github",
email: "[email protected]",
},
_repositories+:: [
orgs.newRepo('.github') {
dependabot_security_updates_enabled: false,
description: "Project-level settings, resources and discussions",
has_discussions: false,
homepage: "https://thingweb.io",
topics+: [
"iot",
"web",
"organization"
],
web_commit_signoff_required: false,
},
orgs.newRepo('node-wot') {
allow_update_branch: false,
default_branch: "master",
Expand Down

0 comments on commit 5106169

Please sign in to comment.