-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(exempt): add new options to exempt the milestones #279
Conversation
feat(stale-and-close): add new options to change the days before clos…
Remove the stale label when labeled with an exempt one (actions#268)
also made some changes regarding the change I made with the lint scripts and prettier. I did not saw that some scripts were already here and I created to more to keep the old ones as well
@hross if you have some time left, I would love to get some help to find the culprit regarding the failing check 😢 Edit: Edit 2: |
the code was actually handling the case where the values are NaN so it's fine
Changes:
exempt-milestones
,exempt-issue-milestones
andexempt-pr-milestones
Issue
class to contains all the related calculated dataMilestones
class to handle all the logic regarding the milestonesCloses #270.
Partially closing #272.
Partially closing #236.