From 5418ca9377b608751d734c27161241d205a8b1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 31 Jul 2018 01:54:33 +0100 Subject: [PATCH] sync_templates_and_ci: add search to PR_TEMPLATE specific links (#50265) --- developer/bin/sync_templates_and_ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/sync_templates_and_ci b/developer/bin/sync_templates_and_ci index 3061eaf5f3..e3d5b0417e 100755 --- a/developer/bin/sync_templates_and_ci +++ b/developer/bin/sync_templates_and_ci @@ -33,7 +33,7 @@ function copy_templates_and_ci { repo_name="${1}" rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci,CODE_OF_CONDUCT.md} '.' rm '.github/ISSUE_TEMPLATE/02_feature_request.md' # Feature requests only make sense in the main repo - /usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links + /usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues|search):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links } function push_changes {