Skip to content

Commit

Permalink
fix: diff with import
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Nov 30, 2023
1 parent 704a64b commit f279a86
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ orgs.newOrg('eclipse-pass') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand Down Expand Up @@ -403,7 +403,11 @@ orgs.newOrg('eclipse-pass') {
},
webhooks: [
orgs.newRepoWebhook('https://issues.library.jhu.edu/rest/bitbucket/1.0/repository/137/sync') {
content_type: "json",
events+: [
"issue_comment",
"pull_request",
"pull_request_review_comment",
"push"
],
},
Expand All @@ -426,7 +430,11 @@ orgs.newOrg('eclipse-pass') {
},
webhooks: [
orgs.newRepoWebhook('https://issues.library.jhu.edu/rest/bitbucket/1.0/repository/127/sync') {
content_type: "json",
events+: [
"issue_comment",
"pull_request",
"pull_request_review_comment",
"push"
],
},
Expand Down Expand Up @@ -759,7 +767,7 @@ orgs.newOrg('eclipse-pass') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand Down

0 comments on commit f279a86

Please sign in to comment.