We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sync_repos_on_install_change
1 parent c6dfee7 commit dda0538Copy full SHA for dda0538
src/sentry/conf/server.py
@@ -882,6 +882,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
882
"sentry.integrations.github.tasks.codecov_account_unlink",
883
"sentry.integrations.github.tasks.link_all_repos",
884
"sentry.integrations.github.tasks.pr_comment",
885
+ "sentry.integrations.github.tasks.sync_repos_on_install_change",
886
"sentry.integrations.gitlab.tasks",
887
"sentry.integrations.jira.tasks",
888
"sentry.integrations.opsgenie.tasks",
0 commit comments