Skip to content

Commit

Permalink
update webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-theia-bot committed Mar 1, 2024
1 parent 9180433 commit a0ef923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://hooks.slack.com/services/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') {
orgs.newRepoWebhook('https://hooks.slack.com/services/T0KEWVAQN/B4B9ZA3JM/*') {
content_type: "json",
events+: [
"commit_comment",
Expand All @@ -189,7 +189,7 @@ orgs.newOrg('eclipse-theia') {
"release"
],
},
orgs.newRepoWebhook('https://hooks.slack.com/services/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') {
orgs.newRepoWebhook('https://hooks.slack.com/services/T4EHBND17/B4F5VTW0K/*') {
content_type: "json",
events+: [
"commit_comment",
Expand Down

0 comments on commit a0ef923

Please sign in to comment.