Skip to content

Commit

Permalink
Remove obsolete slack webhooks (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
Thomas Neidhart authored Mar 1, 2024
1 parent ffb8f43 commit c343dd3
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -172,40 +172,6 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://hooks.slack.com/services/T0KEWVAQN/B4B9ZA3JM/*') {
content_type: "json",
events+: [
"commit_comment",
"create",
"delete",
"deployment_status",
"fork",
"issue_comment",
"issues",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push",
"release"
],
},
orgs.newRepoWebhook('https://hooks.slack.com/services/T4EHBND17/B4F5VTW0K/*') {
content_type: "json",
events+: [
"commit_comment",
"create",
"delete",
"deployment_status",
"fork",
"issue_comment",
"issues",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push",
"release"
],
},
orgs.newRepoWebhook('https://webhook.zenhub.io/webhook/github/v1/5cc039a06ed44dc5') {
content_type: "json",
events+: [
Expand Down

0 comments on commit c343dd3

Please sign in to comment.