Skip to content

Commit

Permalink
add topics to all projects (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Ege Korkan <[email protected]>
  • Loading branch information
egekorkan authored Oct 24, 2023
1 parent 9f358e5 commit 87c0a6b
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ orgs.newOrg('eclipse-thingweb') {
topics+: [
"iot",
"organization",
"web"
"web",
"web-of-things"
],
web_commit_signoff_required: false,
},
Expand All @@ -42,7 +43,8 @@ orgs.newOrg('eclipse-thingweb') {
topics+: [
"iot",
"organization",
"web"
"web",
"web-of-things"
],
web_commit_signoff_required: false,
},
Expand All @@ -56,6 +58,12 @@ orgs.newOrg('eclipse-thingweb') {
web_commit_signoff_required: false,
has_wiki: false,
homepage: "https://thingweb.io",
topics+: [
"iot",
"web",
"web-of-things",
"nodejs"
],
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
events+: [
Expand Down Expand Up @@ -83,7 +91,9 @@ orgs.newOrg('eclipse-thingweb') {
homepage: "http://plugfest.thingweb.io/playground/",
topics+: [
"iot",
"web"
"web",
"web-of-things",
"nodejs"
],
web_commit_signoff_required: false,
secrets: [
Expand All @@ -109,7 +119,6 @@ orgs.newOrg('eclipse-thingweb') {
homepage: "https://thingweb.io",
has_wiki: false,
topics+: [
"internet-of-things",
"iot",
"protocols",
"testing",
Expand All @@ -125,8 +134,8 @@ orgs.newOrg('eclipse-thingweb') {
homepage: "https://thingweb.io",
has_wiki: false,
topics+: [
"internet-of-things",
"iot",
"web",
"protocols",
"testing",
"web-of-things"
Expand All @@ -145,6 +154,11 @@ orgs.newOrg('eclipse-thingweb') {
gh_pages_source_path: "/",
web_commit_signoff_required: false,
homepage: "https://thingweb.io",
topics+: [
"iot",
"web",
"web-of-things"
],
has_wiki: false,
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
Expand Down

0 comments on commit 87c0a6b

Please sign in to comment.