Skip to content

Commit

Permalink
remove unused webhooks (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Jul 15, 2024
1 parent 3caa7e4 commit 385b80c
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ orgs.newOrg('adoptium') {
twitter_username: "adoptium",
web_commit_signoff_required: false,
},
webhooks+: [
orgs.newOrgWebhook('https://app.codacy.com/2.0/events/gh/organization') {
content_type: "json",
events+: [
"meta",
"organization",
"repository"
],
secret: "********",
},
],
secrets+: [
orgs.newOrgSecret('ADOPTIUM_AQAVIT_BOT_TOKEN') {
value: "pass:bots/adoptium.aqavit/github.com/project-token",
Expand Down Expand Up @@ -458,27 +447,9 @@ orgs.newOrg('adoptium') {
"documentation",
"hacktoberfest"
],
webhooks: [
orgs.newRepoWebhook('https://app.codacy.com/events/github/3b0e019a32bb4307a776e60cff5b031c') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
],
},
orgs.newRepo('documentation-services') {
archived: true,
webhooks: [
orgs.newRepoWebhook('https://app.codacy.com/events/github/695d0c3446bd42d58c11a7ee026d9196') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
],
},
orgs.newRepo('emt4j') {
allow_merge_commit: true,
Expand Down Expand Up @@ -704,34 +675,6 @@ orgs.newOrg('adoptium') {
"shell-script",
"temurin"
],
webhooks: [
orgs.newRepoWebhook('https://api.codacy.com/events/github/c7be1d760de3418f836fcfefa494c486') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
orgs.newRepoWebhook('https://ci.adoptium.net/github-webhook/') {
events+: [
"commit_comment",
"issue_comment",
"issues",
"label",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push"
],
},
orgs.newRepoWebhook('https://ci.adoptium.net/ghprbhook/') {
events+: [
"issue_comment",
"pull_request"
],
secret: "pass:bots/adoptium/github.com/ci-webhook-secret",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('master'),
],
Expand Down

0 comments on commit 385b80c

Please sign in to comment.