Skip to content

Commit 694977a

Browse files
authored
ref(config): Move GitHub config over to config.yml (#697)
Follow up to getsentry/sentry#21041
1 parent ae93788 commit 694977a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

sentry/config.example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ transaction-events.force-disable-internal-project: true
7676
# GitHub Integration #
7777
######################
7878

79+
# github-app.extended-permissions: ['repo']
7980
# github-app.id: GITHUB_APP_ID
8081
# github-app.name: 'GITHUB_APP_NAME'
8182
# github-app.webhook-secret: 'GITHUB_WEBHOOK_SECRET' # Use only if configured in GitHub

sentry/sentry.conf.example.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,6 @@ def get_internal_network():
257257
}
258258
)
259259

260-
######################
261-
# GitHub Integration #
262-
######################
263-
264-
GITHUB_EXTENDED_PERMISSIONS = ["repo"]
265-
266260
#########################
267261
# Bitbucket Integration #
268262
########################

0 commit comments

Comments
 (0)