Nullify-Platform / config-file-parser

Nullify config file parser
https://github.com/Nullify-Platform
MIT License
0 stars 0 forks source link

use consistent max_pull_request prefix for the 2 auto-fix pr creation limits #104

Closed tim-thacker-nullify closed 4 months ago

tim-thacker-nullify commented 4 months ago

Description

after a 2nd look at it, i think having a consistent max_pull_request prefix for both auto-fix pull request creation limits is better.

Also change period to days because time.ParseDuration only does units up to hours and our most common unit will probably be days, if not weeks.

Checklist