Skip to content

Commit

Permalink
Add a new repo for the Jekyll sources of the website (#11)
Browse files Browse the repository at this point in the history
* Add new repo to hold the Jekyll sources for the website

See https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4254 for context.

Signed-off-by: Pierre-Charles David <[email protected]>

* Remove obsolete Travis CI webhook

Signed-off-by: Pierre-Charles David <[email protected]>

---------

Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid authored Feb 7, 2024
1 parent 683ed6b commit 63f10f8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@ orgs.newOrg('eclipse-sirius') {
workflows+: {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
events+: [
"create",
"delete",
"issue_comment",
"member",
"public",
"pull_request",
"push",
"repository"
],
},
],
secrets: [
orgs.newRepoSecret('STAGING_AWS_ACCESS_KEY_ID') {
value: "********",
Expand All @@ -119,7 +105,7 @@ orgs.newOrg('eclipse-sirius') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Sources of the Eclipse Sirius website",
description: "Eclipse Sirius website",
has_projects: false,
has_wiki: false,
homepage: "https://eclipse.dev/sirius",
Expand All @@ -128,6 +114,20 @@ orgs.newOrg('eclipse-sirius') {
enabled: false,
},
},
orgs.newRepo('sirius-website-sources') {
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
description: "Sources of the Eclipse Sirius website",
has_projects: false,
has_wiki: false,
homepage: "https://eclipse.dev/sirius",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('.github') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 63f10f8

Please sign in to comment.