Skip to content

Commit

Permalink
Re-import after adding support for workflow settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-esmf-bot committed Sep 7, 2023
1 parent 64e235f commit 95cbf62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion otterdog/eclipse-esmf.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ orgs.newOrg('eclipse-esmf') {
settings+: {
blog: "https://eclipse-esmf.github.io/esmf-documentation/index.html",
default_repository_permission: "none",
default_workflow_permissions: "write",
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
Expand All @@ -16,6 +15,10 @@ orgs.newOrg('eclipse-esmf') {
readers_can_create_discussions: true,
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
secrets+: [
orgs.newOrgSecret('NPMJS_TOKEN') {
Expand Down

0 comments on commit 95cbf62

Please sign in to comment.