Sha256: 668454e5623796170e088d5c1c35e24f7a4d75312dfdb1b1260d534222d69b6c
Contents?: true
Size: 422 Bytes
Versions: 38
Compression:
Stored size: 422 Bytes
Contents
# Sometimes it's a README fix, or something like that - which isn't relevant for # including in a project's CHANGELOG for example declared_trivial = github.pr_title.include? "#trivial" # Make it more obvious that a PR is a work in progress and shouldn't be merged yet warn("PR is classed as Work in Progress") if github.pr_title.include? "[WIP]" # Warn when there is a big PR warn("Big PR") if git.lines_of_code > 500
Version data entries
38 entries across 38 versions & 1 rubygems