Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-jdt.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-jdt-bot committed Oct 24, 2023
1 parent 0e3cb42 commit 0fc907f
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion otterdog/eclipse-jdt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
orgs.newOrg('eclipse-jdt') {
settings+: {
billing_email: "[email protected]",
default_repository_permission: "none",
dependabot_security_updates_enabled_for_new_repositories: false,
description: "",
members_can_fork_private_repositories: true,
Expand Down Expand Up @@ -35,13 +34,21 @@ orgs.newOrg('eclipse-jdt') {
allow_merge_commit: true,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
orgs.newRepo('eclipse.jdt') {
default_branch: "master",
delete_branch_on_merge: false,
has_projects: false,
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 0,
Expand All @@ -61,6 +68,10 @@ orgs.newOrg('eclipse-jdt') {
has_discussions: true,
has_projects: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 0,
Expand All @@ -80,6 +91,10 @@ orgs.newOrg('eclipse-jdt') {
has_projects: false,
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('R*maintenance') {
required_approving_review_count: 0,
Expand All @@ -99,6 +114,10 @@ orgs.newOrg('eclipse-jdt') {
has_projects: false,
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 0,
Expand All @@ -118,6 +137,10 @@ orgs.newOrg('eclipse-jdt') {
has_projects: false,
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 0,
Expand All @@ -137,6 +160,9 @@ orgs.newOrg('eclipse-jdt') {
default_branch: "master",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 0fc907f

Please sign in to comment.