Skip to content

Commit

Permalink
Remove unused webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and netomi committed Jan 4, 2024
1 parent e160ef6 commit 8345b72
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions otterdog/eclipse-orbit.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ orgs.newOrg('eclipse-orbit') {
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
events+: [
"create",
"delete",
"issue_comment",
"member",
"public",
"pull_request",
"push",
"repository"
],
},
],
},
orgs.newRepo('orbit') {
archived: true,
Expand Down

0 comments on commit 8345b72

Please sign in to comment.