Skip to content

Commit

Permalink
Simplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-bluechi-bot committed Jan 29, 2024
1 parent 7b37563 commit 33bb228
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ orgs.newOrg('eclipse-bluechi') {
packages_containers_public: false,
readers_can_create_discussions: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: true,
},
},
secrets+: [
orgs.newOrgSecret('ANSIBLE_GALAXY_API_TOKEN') {
Expand Down Expand Up @@ -181,9 +178,6 @@ orgs.newOrg('eclipse-bluechi') {
"bluechi",
"ansible"
],
workflows+: {
actions_can_approve_pull_request_reviews: true,
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
Expand Down

0 comments on commit 33bb228

Please sign in to comment.