You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rakefile
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
53
53
config.header="# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."
54
54
config.add_pr_wo_labels=true
55
55
config.issues=false
56
+
config.max_issues=500
56
57
config.merge_prefix="### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
0 commit comments