Remove handling of deleted 02_feature_request.yml (#120530)

This commit is contained in:
Logan Rosen 2022-03-15 14:23:46 -04:00 committed by GitHub
parent 85da30a04a
commit d5f462a6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ puts 'Detecting changes…'
end
end
FileUtils.rm repo_dir.join('.github/ISSUE_TEMPLATE/02_feature_request.yml')
workflow = File.read(repo_dir.join('.github/PULL_REQUEST_TEMPLATE.md'))
File.write repo_dir.join('.github/PULL_REQUEST_TEMPLATE.md'), workflow.gsub(/Homebrew\/homebrew-cask\/(pulls|issues|search)/, "#{repo}/\\1")