File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -409,8 +409,7 @@ def setup_external_builds_option(self):
409
409
url = reverse ("projects_integrations" , args = [self .instance .slug ])
410
410
if not has_supported_integration :
411
411
msg = _ (
412
- "To build from pull requests you need a "
413
- f'GitHub or GitLab <a href="{ url } ">integration</a>.'
412
+ f'To build from pull requests you need a GitHub or GitLab <a href="{ url } ">integration</a>.'
414
413
)
415
414
if has_supported_integration and not can_build_external_versions :
416
415
# If there is only one integration, link directly to it.
@@ -420,9 +419,7 @@ def setup_external_builds_option(self):
420
419
args = [self .instance .slug , integrations [0 ].pk ],
421
420
)
422
421
msg = _ (
423
- "To build from pull requests your repository's webhook "
424
- "needs to send pull request events. "
425
- f'Try to <a href="{ url } ">resync your integration</a>.'
422
+ f'To build from pull requests your repository\' s webhook needs to send pull request events. Try to <a href="{ url } ">resync your integration</a>.'
426
423
)
427
424
428
425
if msg :
You can’t perform that action at this time.
0 commit comments