mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update sync_templates_and_ci (#34701)
This commit is contained in:
@@ -31,7 +31,7 @@ function copy_templates_and_ci {
|
||||
local repo_name
|
||||
|
||||
repo_name="${1}"
|
||||
rsync --archive --delete "${main_repo_dir}"/{.github,.travis.yml,ci} '.'
|
||||
rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci} '.'
|
||||
/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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user