Don't check issues while generating the CHANGELOG

We only include pull requests, so checking issues isn't useful and takes
time.
This commit is contained in:
Javi Martín
2019-11-23 14:10:14 +01:00
parent be4f6bc07e
commit 7ec24d76f9

View File

@@ -16,5 +16,6 @@ if Rails.env.development?
config.future_release = "1.1.0" config.future_release = "1.1.0"
config.base = "#{Rails.root}/CHANGELOG.md" config.base = "#{Rails.root}/CHANGELOG.md"
config.token = Rails.application.secrets.github_changelog_token config.token = Rails.application.secrets.github_changelog_token
config.issues = false
end end
end end