Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Jul 15, 2024
1 parent de22011 commit ba9c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-che.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ orgs.newOrg('eclipse-che') {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://hooks.slack.com/services/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') {
orgs.newRepoWebhook('https://hooks.slack.com/services/T02G3VAG4/B03N75S9B/*') {
content_type: "json",
events+: [
"push"
Expand All @@ -105,7 +105,7 @@ orgs.newOrg('eclipse-che') {
"push"
],
},
orgs.newRepoWebhook('https://hooks.slack.com/services/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') {
orgs.newRepoWebhook('https://hooks.slack.com/services/T02G3VAG4/B0BLA7BJP/*') {
content_type: "json",
events+: [
"issue_comment",
Expand Down

0 comments on commit ba9c518

Please sign in to comment.