Skip to content

Commit

Permalink
update config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-mylyn-bot committed Mar 11, 2024
1 parent e09979b commit 0ad25c3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions otterdog/eclipse-mylyn.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ orgs.newOrg('eclipse-mylyn') {
has_discussions: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
Expand Down Expand Up @@ -66,7 +65,6 @@ orgs.newOrg('eclipse-mylyn') {
has_discussions: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
Expand All @@ -80,6 +78,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.all') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -88,6 +87,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.builds') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -96,6 +96,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.commons') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -104,6 +105,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.context') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -112,41 +114,35 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.context.mft') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
orgs.newRepo('org.eclipse.mylyn.docs') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
has_discussions: true,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
orgs.newRepo('org.eclipse.mylyn.docs.intent.main') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
orgs.newRepo('org.eclipse.mylyn.docs.vex') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -155,6 +151,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.incubator') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -163,6 +160,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.reviews') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -171,6 +169,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.reviews.ui') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -179,6 +178,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.tasks') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand All @@ -187,6 +187,7 @@ orgs.newOrg('eclipse-mylyn') {
orgs.newRepo('org.eclipse.mylyn.versions') {
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand Down

0 comments on commit 0ad25c3

Please sign in to comment.